Skip to content

Commit 6377351

Browse files
committed
Update Java version in Github workflows to 25
1 parent fadbb7f commit 6377351

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
languages: '["actions", "java-kotlin"]'
2424
java_build_command: "cp profiles/dev/config.properties profiles/dev/config.runner.properties && mvn clean install -DskipTests"
25-
java_version: "17"
25+
java_version: "25"

.github/workflows/run-kotlin-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Start dependencies (blocking until up)
2525
run: ./development.sh start:deps
2626

27-
- name: Set up JDK 17
27+
- name: Set up JDK 25
2828
uses: actions/setup-java@v5
2929
with:
30-
java-version: "17"
30+
java-version: "25"
3131
java-package: jdk
3232
architecture: x64
3333
distribution: temurin

0 commit comments

Comments
 (0)