Skip to content

Commit e0c2e23

Browse files
committed
🚧✅ Ruby head is failing—mark as "experimental"
1 parent 4d81b3f commit e0c2e23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)