We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9193173 commit 94c8696Copy full SHA for 94c8696
.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
strategy:
37
matrix:
38
- java: [11, 17, 21]
+ java: [11, 17, 21, 24]
39
name: Java ${{ matrix.java }}
40
steps:
41
- name: Set REPOSITORY
.gitlab-ci.yml
@@ -69,3 +69,9 @@ verify:jdk21:
69
image: maven:3-eclipse-temurin-21-alpine
70
script:
71
- "./mvnw $MAVEN_CLI_OPTS -DdependencyCheck.skip=true verify"
72
+
73
+verify:jdk24:
74
+ stage: build
75
+ image: maven:3-eclipse-temurin-24-alpine
76
+ script:
77
+ - "./mvnw $MAVEN_CLI_OPTS -DdependencyCheck.skip=true verify"
0 commit comments