Skip to content

Commit

Permalink
Add CI with 3.3 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 1, 2024
1 parent 14e27c3 commit d7e44f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
include:
- { os: windows-latest, ruby: 3.3 }
- { os: windows-latest, ruby: mingw }
- { os: windows-latest, ruby: mswin }
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
Expand Down

0 comments on commit d7e44f6

Please sign in to comment.