We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d81b3f commit bb04982Copy full SHA for bb04982
‎.github/workflows/test.yml
@@ -20,10 +20,8 @@ jobs:
20
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
21
os: [ ubuntu-latest, macos-latest, windows-latest ]
22
experimental: [false]
23
- exclude:
24
- - { ruby: head, os: windows-latest }
25
include:
26
- - { ruby: head, os: windows-latest, experimental: true }
+ - { ruby: head, experimental: true }
27
# - { ruby: jruby, os: ubuntu-latest, experimental: true }
28
- { ruby: jruby-head, os: ubuntu-latest, experimental: true }
29
# - { ruby: truffleruby, os: ubuntu-latest, experimental: true }
0 commit comments