Skip to content

Commit

Permalink
Fix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 11, 2024
1 parent 1d9686e commit 4d521ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
# Windows (note: previews are not available on Windows)
- { os: windows-2019, ruby: '1.9' }
- { os: windows-2022, ruby: '1.9' }
- { os: windows-2019, ruby: '3.4.0-preview2' }
- { os: windows-2022, ruby: '3.4.0-preview2' }
- { os: windows-2019, ruby: '3.4' } # 3.4.0-preview2
- { os: windows-2022, ruby: '3.4' } # 3.4.0-preview2
- { os: windows-2019, ruby: debug }
- { os: windows-2022, ruby: debug }
- { os: windows-2019, ruby: truffleruby }
Expand Down

0 comments on commit 4d521ea

Please sign in to comment.