We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc0261 commit a4bff73Copy full SHA for a4bff73
.github/workflows/ci.yml
@@ -18,6 +18,9 @@ jobs:
18
experimental: true
19
- gemfile: "gemfiles/Gemfile-rails-main"
20
21
+ exclude:
22
+ - os: "windows-latest"
23
+ ruby: "3.0"
24
runs-on: ${{ matrix.os }}
25
continue-on-error: ${{ !!matrix.experimental }}
26
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }} with ${{matrix.gemfile}}
0 commit comments