Skip to content

Commit 0572b68

Browse files
committed
chore: add jdk 19 and replace jdk 11
1 parent 8941702 commit 0572b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest, windows-latest ]
20-
java: [ 17 ]
20+
java: [ 17, 19 ]
2121
needs: validation
2222
runs-on: ${{ matrix.os }}
2323
steps:
@@ -60,12 +60,12 @@ jobs:
6060
if: env.SONAR_TOKEN != null
6161
with:
6262
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
63-
- name: Set up JDK 11
63+
- name: Set up JDK 17
6464
if: env.SONAR_TOKEN != null
6565
uses: actions/setup-java@v3
6666
with:
6767
distribution: 'zulu'
68-
java-version: 11
68+
java-version: 17
6969
- name: Cache SonarCloud packages
7070
if: env.SONAR_TOKEN != null
7171
uses: actions/cache@v3

0 commit comments

Comments
 (0)