Skip to content

Commit 9687ddb

Browse files
committed
⏪ Revert "✅ CI: Mark ruby head on windows as "experimental""
This reverts commit c8f55e8 (GH-472). Everything seems to be passing now, so hopefully it'll stay that way. 🤞
1 parent ce9aee0 commit 9687ddb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222
experimental: [false]
23-
exclude:
24-
- { ruby: head, os: windows-latest }
25-
include:
26-
- { ruby: head, os: windows-latest, experimental: true }
2723
runs-on: ${{ matrix.os }}
2824
continue-on-error: ${{ matrix.experimental }}
2925
timeout-minutes: 15

0 commit comments

Comments
 (0)