Update documentation/integration-tests actions to java 21

This commit is contained in:
Ravi Khadiwala
2023-12-20 16:41:16 -06:00
parent c9d4091c1e
commit 25c3f55672
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Compile and Build OpenAPI file
run: ./mvnw compile