From 3125a92a356a614c96b29c4d3e61410108738977 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 2 Jan 2024 18:23:09 +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 1910a39..e134ff1 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 8797f44..b487c3d 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 595bcef..205676f 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 8c7b158..702643e 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