Skip to content

Commit 2ee3eff

Browse files
committed
bump java version used in workflows
1 parent 998d8da commit 2ee3eff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-java@v4
2222
with:
23-
java-version: 17
23+
java-version: 21
2424
distribution: temurin
2525

2626
- name: Setup Gradle

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-java@v4
3030
with:
31-
java-version: 17
31+
java-version: 21
3232
distribution: temurin
3333

3434
- name: Cache SonarQube packages

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-java@v4
2424
with:
25-
java-version: 17
25+
java-version: 21
2626
distribution: temurin
2727

2828
- name: Setup Gradle

0 commit comments

Comments
 (0)