Skip to content

Commit

Permalink
Add CI testing for Windows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Oct 12, 2023
1 parent ae12447 commit cdfe11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ 'ubuntu-latest', 'windows-latest' ]
java-version: [ '8', '17', '21-ea' ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cdfe11e

Please sign in to comment.