Skip to content

Commit f351ba3

Browse files
committed
chore(ci): update build to also check Java 25
1 parent 5d1a078 commit f351ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- extract-project-metadata
6767
strategy:
6868
matrix:
69-
java-version: [ 17, 21, 24 ]
69+
java-version: [ 17, 21, 25 ]
7070
uses: ./.github/workflows/build-for-quarkus-version.yml
7171
with:
7272
quarkus-version: ${{ needs.extract-project-metadata.outputs.qosdk_quarkus_version }}
@@ -80,7 +80,7 @@ jobs:
8080
- extract-project-metadata
8181
strategy:
8282
matrix:
83-
java-version: [ 17, 21, 24 ]
83+
java-version: [ 17, 21, 25 ]
8484
uses: ./.github/workflows/build-for-quarkus-version.yml
8585
with:
8686
quarkus-version: ${{ needs.extract-project-metadata.outputs.latest_stable_quarkus }}

0 commit comments

Comments
 (0)