From 6ed9f064dde5402102ae48862dbe86bd50c7f452 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Mon, 29 Sep 2025 10:53:13 +0200 Subject: [PATCH] Switch Java distribution in GitHub pipelines to Eclipse Temurin See https://adoptium.net/temurin/release-notes?version=25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0914eb6..3da1bb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v5 with: - distribution: 'corretto' + distribution: 'temurin' java-version: '${{ matrix.jdk }}' check-latest: true cache: 'maven'