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