Skip to content

Commit

Permalink
Update target Ruby versions on CI (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed Sep 19, 2023
1 parent 7f9b48b commit 0932622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
test:

runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.ruby-version == 'head' }}
strategy:
matrix:
os: [ubuntu]
ruby-version: ['2.6', '2.7', head]
ruby-version: ['3.0', '3.1', '3.2', head]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0932622

Please sign in to comment.