Skip to content

Commit

Permalink
Upgrade Ruby test matrix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 15, 2024
1 parent ad2c1c9 commit 2a0ec27
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest ]
ruby: [ '2.3', '2.7', '3.0', '3.1', '3.2', 'jruby-9.2', 'jruby-9.4', 'truffleruby-22.3' ]
os: [
ubuntu-latest ]
ruby: [
'2.7', '3.0', '3.1', '3.2', '3.3',
'jruby-9.2', 'jruby-9.4',
'truffleruby-22.3' ]
experimental: [ false ]
fail-fast: false
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 2a0ec27

Please sign in to comment.