From caba5c86d8e44cff78ad71c68a82b0aacf965897 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 7 Oct 2024 17:20:36 +0200 Subject: [PATCH] Downgrade CI to Java 21. --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a063ae..5dac8bd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,11 +15,11 @@ jobs: - name: Check out sources uses: actions/checkout@v4 - - name: Set up JDK 22 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 22 + java-version: 21 cache: 'maven' - name: Build with Maven @@ -35,11 +35,11 @@ jobs: - name: Check out sources uses: actions/checkout@v4 - - name: Set up JDK 22 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 22 + java-version: 21 cache: 'maven' - name: Build with Maven @@ -57,11 +57,11 @@ jobs: - name: Check out sources uses: actions/checkout@v4 - - name: Set up JDK 22 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 22 + java-version: 21 cache: 'maven' - name: Build with Maven