File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,14 @@ jobs:
1919 matrix :
2020 ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2121 os : [ ubuntu-latest, macos-latest, windows-latest ]
22- experimental : [false]
23- exclude :
24- - { ruby: head, os: windows-latest }
2522 include :
26- - { ruby: head, os: windows-latest, experimental: true }
23+ - { ruby: head, experimental: true }
2724 # - { ruby: jruby, os: ubuntu-latest, experimental: true }
2825 - { ruby: jruby-head, os: ubuntu-latest, experimental: true }
2926 # - { ruby: truffleruby, os: ubuntu-latest, experimental: true }
3027 - { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
3128 runs-on : ${{ matrix.os }}
32- continue-on-error : ${{ matrix.experimental }}
29+ continue-on-error : ${{ matrix.experimental || false }}
3330 timeout-minutes : 15
3431 steps :
3532 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments