Skip to content

Commit

Permalink
ci: replace JDK 20 with 21
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Oct 12, 2023
1 parent e56a87f commit bfbfd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java-version: [ 17, 20 ] #Latest two LTS + latest non-LTS.
java-version: [ 17, 21 ] #Latest two LTS + latest non-LTS.
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bfbfd5a

Please sign in to comment.