Skip to content

Commit d8dd346

Browse files
committed
Try upping build to JDK 21.
1 parent 10cac0a commit d8dd346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
1818
restore-keys: |
1919
${{ runner.os }}-maven-
20-
- name: Set up JDK 17
20+
- name: Set up JDK 21
2121
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
2222
with:
2323
distribution: 'temurin'
24-
java-version: 17
24+
java-version: 21
2525
- name: Set up Maven
2626
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
2727
with:

0 commit comments

Comments
 (0)