Skip to content

Commit dac8d62

Browse files
Troubleshoot QA failure
1 parent c9d7e50 commit dac8d62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
117117
with:
118118
version: 2025.7.12
119-
- name: Select Java 17
120-
run: mise use java@17
119+
- name: Select Java 21
120+
run: mise use java@21
121121
- name: Configure Maven
122122
uses: SonarSource/ci-github-actions/config-maven@v1
123123
with:

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
java = ["24", "17"]
2+
java = ["24", "21", "17"]
33
maven = "3.9"

0 commit comments

Comments
 (0)