File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,14 @@ jobs:
19
19
matrix :
20
20
ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
21
21
os : [ ubuntu-latest, macos-latest, windows-latest ]
22
- experimental : [false]
23
- exclude :
24
- - { ruby: head, os: windows-latest }
25
22
include :
26
- - { ruby: head, os: windows-latest, experimental: true }
23
+ - { ruby: head, experimental: true }
27
24
# - { ruby: jruby, os: ubuntu-latest, experimental: true }
28
25
- { ruby: jruby-head, os: ubuntu-latest, experimental: true }
29
26
# - { ruby: truffleruby, os: ubuntu-latest, experimental: true }
30
27
- { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
31
28
runs-on : ${{ matrix.os }}
32
- continue-on-error : ${{ matrix.experimental }}
29
+ continue-on-error : ${{ matrix.experimental || false }}
33
30
timeout-minutes : 15
34
31
steps :
35
32
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments