From 61a998e924acb6435de23d6e6561ddced2f808ce Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 22 Oct 2024 09:43:58 -0400 Subject: [PATCH] Set java-version to 21 on main Signed-off-by: Craig Perkins --- ...-notifications-test-and-build-workflow-prod-docker-linux.yml | 2 +- .../dashboards-notifications-test-and-build-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml index 4c88195c..c71f1f6d 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml @@ -52,7 +52,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: temurin # Temurin is a distribution of adoptium - java-version: 11 + java-version: 21 - name: Check out the notifications repo uses: actions/checkout@v2 diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml index 540ca6d3..1702114b 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml @@ -50,7 +50,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: temurin # Temurin is a distribution of adoptium - java-version: 11 + java-version: 21 # This is a hack, but this step creates a link to the X: mounted drive, which makes the path # short enough to work on Windows