Skip to content

Commit 4465584

Browse files
committed
Move jruby-head to the experimental workflow
1 parent 95172db commit 4465584

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.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, jruby-head]
11+
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby]
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
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
ruby: [head, truffleruby, truffleruby-head]
13+
ruby: [head, jruby-head, truffleruby, truffleruby-head]
1414

1515
env:
1616
JAVA_OPTS: '-Xmx1024m'

0 commit comments

Comments
 (0)