Skip to content

Commit fd2fd33

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ 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 }

0 commit comments

Comments
 (0)