We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8941702 commit 0572b68Copy full SHA for 0572b68
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ ubuntu-latest, macos-latest, windows-latest ]
20
- java: [ 17 ]
+ java: [ 17, 19 ]
21
needs: validation
22
runs-on: ${{ matrix.os }}
23
steps:
@@ -60,12 +60,12 @@ jobs:
60
if: env.SONAR_TOKEN != null
61
with:
62
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
63
- - name: Set up JDK 11
+ - name: Set up JDK 17
64
65
uses: actions/setup-java@v3
66
67
distribution: 'zulu'
68
- java-version: 11
+ java-version: 17
69
- name: Cache SonarCloud packages
70
71
uses: actions/cache@v3
0 commit comments