Skip to content

Commit 0057469

Browse files
chrisseatoneregon
authored andcommitted
Ruby TruffleRuby in main CI
1 parent 2918396 commit 0057469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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]
11+
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby]
1212

1313
env:
1414
JAVA_OPTS: '-Xmx1024m'

.github/workflows/experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
ruby: [head, jruby-head, truffleruby, truffleruby-head]
15+
ruby: [head, jruby-head, truffleruby-head]
1616

1717
env:
1818
JAVA_OPTS: '-Xmx1024m'

0 commit comments

Comments
 (0)