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 413c8ec commit 7da7e2dCopy full SHA for 7da7e2d
.github/workflows/ci.yml
@@ -8,7 +8,8 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- 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
12
+ ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby-head]
13
14
env:
15
JAVA_OPTS: '-Xmx1024m'
0 commit comments