Update to Java 21

This commit is contained in:
Ravi Khadiwala
2023-12-18 15:05:20 -06:00
committed by ravi-signal
parent 95bb9a9780
commit 1d55562dc3
2 changed files with 5 additions and 5 deletions

View File

@@ -12,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: 'temurin'
java-version: 17
java-version: 21
cache: 'maven'
env:
# work around an issue with actions/runner setting an incorrect HOME in containers, which breaks maven caching