Skip to content

Commit 6af8f3c

Browse files
committed
update to jdk 24
Signed-off-by: neo <[email protected]>
1 parent 4cb9308 commit 6af8f3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-java@v3
1313
with:
1414
distribution: temurin
15-
java-version: 21
15+
java-version: 24
1616
- uses: gradle/[email protected]
1717
- run: ./gradlew check
1818
- run: ./gradlew testCodeCoverageReport

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-java@v3
2222
with:
2323
distribution: temurin
24-
java-version: 21
24+
java-version: 24
2525
- uses: github/codeql-action/init@v2
2626
with:
2727
languages: ${{ matrix.language }}

.github/workflows/ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-java@v3
1111
with:
1212
distribution: temurin
13-
java-version: 21
13+
java-version: 24
1414
- uses: gradle/[email protected]
1515
- run: ./gradlew -Penv=prod -p ext docker
1616
- run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)