Skip to content

Commit 38f0e36

Browse files
committed
Exclude Ruby 2.6 and 2.7 from Windows CI
1 parent 76db00b commit 38f0e36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
matrix:
1717
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19+
exclude:
20+
- ruby: 2.6
21+
os: windows-latest
22+
- ruby: 2.7
23+
os: windows-latest
1924
runs-on: ${{ matrix.os }}
2025
steps:
2126
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)