Skip to content

Commit edb75fd

Browse files
committed
Use truffleruby-head until truffleruby 22.1 is released
* truffleruby 22.0 does not pass the CI (patch issue).
1 parent 83cf386 commit edb75fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby]
11+
# TODO: when truffleruby 22.1 is out, replace truffleruby-head by truffleruby
12+
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby-head]
1213

1314
env:
1415
JAVA_OPTS: '-Xmx1024m'

0 commit comments

Comments
 (0)