Skip to content

Commit

Permalink
update build image reference
Browse files Browse the repository at this point in the history
java version 23 must be included
  • Loading branch information
Bastian-Eisenmann committed Dec 5, 2024
1 parent 3c447e2 commit 67b1315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [11, 21]
java_version: [23]

steps:
- name: Environment
Expand Down

0 comments on commit 67b1315

Please sign in to comment.