From fea2c2c47682f9b63162e0d3d906b9b3208005fc Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 19 Sep 2025 20:03:40 +0200 Subject: [PATCH 1/2] Add a matrix build for Corretto JDK 25 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de889ab4..0914eb6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - jdk: [17, 21] + jdk: [17, 21, 25] runs-on: ${{ matrix.platform }} name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }} @@ -22,7 +22,7 @@ jobs: - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v5 with: - distribution: 'temurin' + distribution: 'corretto' java-version: '${{ matrix.jdk }}' check-latest: true cache: 'maven' From 3ed0afa08cb34d4bdbc364656c93e86d2aa0db67 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 19 Sep 2025 20:24:24 +0200 Subject: [PATCH 2/2] Pull repository before updating badges --- .github/workflows/update-badges.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-badges.yml b/.github/workflows/update-badges.yml index 17306d6f..1dc78263 100644 --- a/.github/workflows/update-badges.yml +++ b/.github/workflows/update-badges.yml @@ -96,6 +96,7 @@ jobs: - name: Commit updated badges continue-on-error: true run: | + git pull git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add badges/*.svg