From 25c3f556722db3a26e30233124faab1781709331 Mon Sep 17 00:00:00 2001 From: Ravi Khadiwala Date: Wed, 20 Dec 2023 16:41:16 -0600 Subject: [PATCH] Update documentation/integration-tests actions to java 21 --- .github/workflows/documentation.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b774152c..64ce609b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3f2598db..177cde12 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: 'temurin' - java-version: '17' + java-version: '21' cache: 'maven' - uses: aws-actions/configure-aws-credentials@v2 name: Configure AWS credentials from Test account