Skip to content

Commit a4bff73

Browse files
committed
Exclude Ruby 3.0 for windows-latest
1 parent 2bc0261 commit a4bff73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
experimental: true
1919
- gemfile: "gemfiles/Gemfile-rails-main"
2020
experimental: true
21+
exclude:
22+
- os: "windows-latest"
23+
ruby: "3.0"
2124
runs-on: ${{ matrix.os }}
2225
continue-on-error: ${{ !!matrix.experimental }}
2326
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }} with ${{matrix.gemfile}}

0 commit comments

Comments
 (0)