We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadbb7f commit 6377351Copy full SHA for 6377351
2 files changed
.github/workflows/codeql.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
languages: '["actions", "java-kotlin"]'
24
java_build_command: "cp profiles/dev/config.properties profiles/dev/config.runner.properties && mvn clean install -DskipTests"
25
- java_version: "17"
+ java_version: "25"
.github/workflows/run-kotlin-tests.yml
@@ -24,10 +24,10 @@ jobs:
- name: Start dependencies (blocking until up)
run: ./development.sh start:deps
26
27
- - name: Set up JDK 17
+ - name: Set up JDK 25
28
uses: actions/setup-java@v5
29
30
- java-version: "17"
+ java-version: "25"
31
java-package: jdk
32
architecture: x64
33
distribution: temurin
0 commit comments