We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86603d9 commit 64ae8acCopy full SHA for 64ae8ac
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
integration_tests:
11
strategy:
12
matrix:
13
- java: [ 17, 21, 24 ]
+ java: [ 17, 21, 25 ]
14
# Use the latest versions supported by minikube, otherwise GitHub it will
15
# end up in a throttling requests from minikube and workflow will fail.
16
# Minikube does such requests only if a version is not officially supported.
@@ -26,7 +26,7 @@ jobs:
26
httpclient: [ 'vertx', 'jdk', 'jetty' ]
27
uses: ./.github/workflows/integration-tests.yml
28
with:
29
- java-version: 24
+ java-version: 25
30
kube-version: '1.32.0'
31
http-client: ${{ matrix.httpclient }}
32
experimental: true
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
38
39
40
steps:
41
- uses: actions/checkout@v5
42
- name: Set up Java and Maven
0 commit comments