Skip to content

Commit 94c8696

Browse files
committed
Add Java 24
1 parent 9193173 commit 94c8696

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
java: [11, 17, 21]
38+
java: [11, 17, 21, 24]
3939
name: Java ${{ matrix.java }}
4040
steps:
4141
- name: Set REPOSITORY

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ verify:jdk21:
6969
image: maven:3-eclipse-temurin-21-alpine
7070
script:
7171
- "./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

Comments
 (0)