We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d7e50 commit dac8d62Copy full SHA for dac8d62
.github/workflows/build.yml
@@ -116,8 +116,8 @@ jobs:
116
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
117
with:
118
version: 2025.7.12
119
- - name: Select Java 17
120
- run: mise use java@17
+ - name: Select Java 21
+ run: mise use java@21
121
- name: Configure Maven
122
uses: SonarSource/ci-github-actions/config-maven@v1
123
mise.toml
@@ -1,3 +1,3 @@
1
[tools]
2
-java = ["24", "17"]
+java = ["24", "21", "17"]
3
maven = "3.9"
0 commit comments