We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cac0a commit d8dd346Copy full SHA for d8dd346
.github/workflows/java-ci.yml
@@ -17,11 +17,11 @@ jobs:
17
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
18
restore-keys: |
19
${{ runner.os }}-maven-
20
- - name: Set up JDK 17
+ - name: Set up JDK 21
21
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
22
with:
23
distribution: 'temurin'
24
- java-version: 17
+ java-version: 21
25
- name: Set up Maven
26
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
27
0 commit comments