Skip to content

Commit bb04982

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ 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 }
2523
include:
26-
- { ruby: head, os: windows-latest, experimental: true }
24+
- { ruby: head, experimental: true }
2725
# - { ruby: jruby, os: ubuntu-latest, experimental: true }
2826
- { ruby: jruby-head, os: ubuntu-latest, experimental: true }
2927
# - { ruby: truffleruby, os: ubuntu-latest, experimental: true }

0 commit comments

Comments
 (0)