Skip to content

Commit

Permalink
Github actions on ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaryob authored Sep 25, 2023
1 parent 7556ef3 commit b8896fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

ruby: ['2.7', '3.0', '3.1', '3.2', head]
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6.x'
ruby-version: ${{ matrix.ruby }}

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b8896fb

Please sign in to comment.