Skip to content

Commit 68020a7

Browse files
committed
Exclude jruby-head from our CI
1 parent d49b9c3 commit 68020a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1111
with:
1212
min_version: 2.3
13-
engine: cruby-jruby
14-
versions: '["truffleruby"]'
13+
engine: cruby
14+
versions: '["truffleruby", "jruby"]'
1515

1616
test:
1717
needs: ruby-versions
@@ -31,8 +31,6 @@ jobs:
3131
ruby: 2.3
3232
- os: windows-latest
3333
ruby: truffleruby
34-
- os: windows-latest
35-
ruby: jruby-head
3634
- os: windows-latest
3735
ruby: jruby
3836
steps:

0 commit comments

Comments
 (0)