Skip to content

Commit

Permalink
ci(win): Exclude as-of-yet unsupported combination of windows-latest …
Browse files Browse the repository at this point in the history
…and ruby 3.4
  • Loading branch information
ribose-jeffreylau committed Nov 20, 2024
1 parent 268b4b7 commit 4c5d5c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
experimental: false
- version: '3.1'
experimental: false
exclude:
- os: windows-latest
ruby:
version: 3.4
experimental: true
continue-on-error: ${{ matrix.ruby.experimental }}

steps:
Expand Down

0 comments on commit 4c5d5c1

Please sign in to comment.