Skip to content

Commit f53cfa2

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Gihub Actions] java-based actions, now use (or added) JDK 22.
1 parent 638d2f6 commit f53cfa2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/java-gradle-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: 21
31+
java-version: 22
3232
# Alternative distribution options are available
3333
distribution: temurin
3434
- name: Validate Gradle wrapper

.github/workflows/java-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macos-latest, windows-latest]
27-
java: ['20', '21']
27+
java: ['20', '21', '22']
2828
runs-on: ${{ matrix.os }}
2929

3030
steps:

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v4
2424
with: # Alternative distribution options are available
25-
java-version: 21
25+
java-version: 22
2626
distribution: temurin
2727
- name: Cache SonarCloud packages
2828
uses: actions/cache@v4

0 commit comments

Comments
 (0)