Use truffleruby-head until truffleruby 22.1 is released

* truffleruby 22.0 does not pass the CI (patch issue).
This commit is contained in:
Benoit Daloze 2022-03-17 13:34:08 +01:00
parent 83cf386278
commit edb75fd334
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby]
# TODO: when truffleruby 22.1 is out, replace truffleruby-head by truffleruby
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby-head]
env:
JAVA_OPTS: '-Xmx1024m'