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 2f691a6 commit 7d13492Copy full SHA for 7d13492
1 file changed
.github/workflows/ci.yml
@@ -84,6 +84,8 @@ jobs:
84
gemfile: gemfiles/rails_8.0.gemfile
85
- ruby: jruby-9.4
86
87
+ - ruby: truffleruby-23.0
88
+ gemfile: gemfiles/rails_8.0.gemfile
89
# NOTE: Rails edge requires Ruby version >= 3.2
90
- ruby: "2.7"
91
gemfile: gemfiles/rails_edge.gemfile
@@ -95,6 +97,8 @@ jobs:
95
97
96
98
99
100
101
+ gemfile: gemfiles/rails_edge.gemfile
102
103
104
env:
0 commit comments