Skip to content

Commit 6fd0553

Browse files
committed
Exclude jruby with Windows
1 parent b3a5b76 commit 6fd0553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- { os: windows-latest, ruby: 'truffleruby' }
2020
- { os: windows-latest, ruby: 'truffleruby-head' }
2121
- { os: windows-latest, ruby: 'jruby-head' }
22+
- { os: windows-latest, ruby: 'jruby' }
2223
runs-on: ${{ matrix.os }}
2324
steps:
2425
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)