Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 18, 2025
1 parent c7c9ebf commit 458d247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
matrix:
os: [ ubuntu-22.04-arm, ubuntu-24.04-arm ]
ruby: [
'2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', ruby-head,
jruby, jruby-head,
truffleruby, truffleruby-head,
truffleruby+graalvm, truffleruby+graalvm-head
]
exclude:
# https://github.com/ruby/setup-ruby/issues/496
Expand Down

0 comments on commit 458d247

Please sign in to comment.