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 ae505bc commit d80691cCopy full SHA for d80691c
.github/workflows/truffle.yml
@@ -37,14 +37,6 @@ jobs:
37
matrix:
38
include:
39
# NOTE: truffleruby does not support upgrading rubygems.
40
- # truffleruby-22.3 (targets Ruby 3.0 compatibility)
41
- - ruby: "truffleruby-22.3"
42
- appraisal: "ruby-3-0"
43
- exec_cmd: "rake test"
44
- gemfile: "Appraisal.root"
45
- rubygems: default
46
- bundler: default
47
-
48
# truffleruby-23.0 (targets Ruby 3.1 compatibility)
49
- ruby: "truffleruby-23.0"
50
appraisal: "ruby-3-1"
0 commit comments