Skip to content

Commit

Permalink
ci: upgrade workflows to Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Oct 14, 2024
1 parent 9f6e4de commit bf19297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java-version: [ 17, 21, 22 ] #Latest two LTS + latest non-LTS.
java-version: [ 17, 21, 23 ] #Latest two LTS + latest non-LTS.
timeout-minutes: 120
steps:
- name: Checkout timefold-quickstarts
Expand Down

0 comments on commit bf19297

Please sign in to comment.