We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44f8e9 commit bb0e45cCopy full SHA for bb0e45c
.github/workflows/current.yml
@@ -44,7 +44,9 @@ jobs:
44
rubygems: latest
45
bundler: latest
46
47
- # truffleruby-24.1 (targets Ruby 3.3.5 compatibility)
+ # truffleruby-24.1
48
+ # (according to documentation: targets Ruby 3.3 compatibility)
49
+ # (according to runtime: targets Ruby 3.2 compatibility)
50
- ruby: "truffleruby"
51
appraisal: "current"
52
exec_cmd: "rake spec"
0 commit comments