Skip to content

Commit

Permalink
Upgrade CI Ruby version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 16, 2024
1 parent df82f0a commit 4d68fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
ruby: [
'2.3', '2.6', '2.7', '3.0', '3.1', '3.2',
'2.6', '2.7', '3.0', '3.1', '3.2', '3.3',
'jruby-9.3', 'jruby-9.4' ]
#'truffleruby-22.3' ] # because no sqlite3
experimental: [ false ]
Expand Down

0 comments on commit 4d68fcd

Please sign in to comment.