Skip to content

Commit

Permalink
Merge pull request #1919 from scalacenter/windowsjdk21
Browse files Browse the repository at this point in the history
run windows CI with latest LTS JDK21
  • Loading branch information
bjaglin authored Feb 3, 2024
2 parents e4eb15d + dfd3d44 commit d3fc786
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 @@ -13,7 +13,7 @@ jobs:
jvm: ["8", "11", "17", "21"]
include:
- os: windows
jvm: 17
jvm: 21
name: ${{ matrix.os }} / JDK${{ matrix.jvm }}
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit d3fc786

Please sign in to comment.