Skip to content

Commit c60df3e

Browse files
committed
Update java in workflows
1 parent cdabb00 commit c60df3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defaults:
3333
run:
3434
shell: bash
3535
env:
36-
JAVA_VERSION: 17
36+
JAVA_VERSION: 21
3737

3838
jobs:
3939
build:

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defaults:
2525
run:
2626
shell: bash
2727
env:
28-
JAVA_VERSION: 17
28+
JAVA_VERSION: 21
2929

3030
jobs:
3131
build:
@@ -91,4 +91,4 @@ jobs:
9191
--batch-mode --show-version --file pom.xml \
9292
${{ github.event.inputs.additional_maven_args }} \
9393
-Pcoverage -Dsonar.login=$SONAR_TOKEN verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
94-
94+

0 commit comments

Comments
 (0)