Skip to content

Commit

Permalink
Use Java 21 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikailBag committed Apr 28, 2024
1 parent 28bb540 commit a3523fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-12]
java: [11, 20]
java: [11, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit a3523fc

Please sign in to comment.