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