Skip to content

Commit 64ae8ac

Browse files
committed
feat: java 25 support
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 86603d9 commit 64ae8ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
integration_tests:
1111
strategy:
1212
matrix:
13-
java: [ 17, 21, 24 ]
13+
java: [ 17, 21, 25 ]
1414
# Use the latest versions supported by minikube, otherwise GitHub it will
1515
# end up in a throttling requests from minikube and workflow will fail.
1616
# Minikube does such requests only if a version is not officially supported.
@@ -26,7 +26,7 @@ jobs:
2626
httpclient: [ 'vertx', 'jdk', 'jetty' ]
2727
uses: ./.github/workflows/integration-tests.yml
2828
with:
29-
java-version: 24
29+
java-version: 25
3030
kube-version: '1.32.0'
3131
http-client: ${{ matrix.httpclient }}
3232
experimental: true
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
java: [ 17, 21, 24 ]
39+
java: [ 17, 21, 25 ]
4040
steps:
4141
- uses: actions/checkout@v5
4242
- name: Set up Java and Maven

0 commit comments

Comments
 (0)