Skip to content

Commit 7be2afe

Browse files
committed
exclude jruby and windows
1 parent 6c07d63 commit 7be2afe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
exclude:
1313
- os: windows-latest
1414
ruby: truffleruby
15+
- os: windows-latest
16+
ruby: jruby-head
17+
- os: windows-latest
18+
ruby: jruby
1519
steps:
1620
- uses: actions/checkout@v2
1721
- uses: ruby/setup-ruby@v1
@@ -21,4 +25,3 @@ jobs:
2125
run: gem install minitest
2226
- name: Run test
2327
run: ruby -Ilib exe/rake
24-
continue-on-error: ${{ matrix.ruby == 'jruby-head' }}

0 commit comments

Comments
 (0)