Skip to content

Commit

Permalink
Update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 2, 2022
1 parent 4353c4d commit abfc6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 'head', '3.0', '2.7', '2.6' ]
ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
include:
- ruby: jruby-head
- ruby: jruby-9.3
- ruby: jruby-9.4
- ruby: truffleruby
- ruby: truffleruby-head
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
Expand Down

0 comments on commit abfc6c2

Please sign in to comment.