From c21ed3fd49bcad0024f3e7095da2facb42bc7abf Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 2 Jan 2024 18:23:08 +0000 Subject: [PATCH] Update workflows. --- .github/workflows/main.linux.temurin.current.yml | 2 +- .github/workflows/main.linux.temurin.lts.yml | 2 +- .github/workflows/main.windows.temurin.current.yml | 2 +- .github/workflows/main.windows.temurin.lts.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index 3834c3d1..c51caabb 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -14,7 +14,7 @@ jobs: - name: JDK uses: actions/setup-java@v3 with: - java-version: 20 + java-version: 21 distribution: 'temurin' - name: Build run: mvn --errors clean verify site diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 0b640868..299f96f6 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -14,7 +14,7 @@ jobs: - name: JDK uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 distribution: 'temurin' - name: Build run: mvn --errors clean verify site diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index 52f5a7c6..bbafdb8c 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -14,7 +14,7 @@ jobs: - name: JDK uses: actions/setup-java@v3 with: - java-version: 20 + java-version: 21 distribution: 'temurin' - name: Build run: mvn --errors clean verify site diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index 0ea4dd76..5da44264 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -14,7 +14,7 @@ jobs: - name: JDK uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 distribution: 'temurin' - name: Build run: mvn --errors clean verify site