This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ab6ac9f Fix typo in version and use JDK LTS only
0ab6ac9f is described below

commit 0ab6ac9ff83575329dbb18ddb361780df9109d79
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Jul 20 22:58:35 2024 +0200

    Fix typo in version and use JDK LTS only
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ea1d1260..dc2ad16b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,10 +36,10 @@ jobs:
 # Caused by: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target
 #
 # Java 17 disabled, because we are running into 
https://bugs.openjdk.java.net/browse/JDK-8270866
-        java: [8, 11, 12, 13, 14, 15, 16, 21]
+        java: [8, 11, 17, 21]
       fail-fast: false
 
-    runs-on: ${{ matrix.os }}
+    runs-on: ${{ matrix.os }}-JDK${{ matrix.java }}
 
     steps:
       - name: Checkout
@@ -54,7 +54,7 @@ jobs:
             ${{ runner.os }}-maven-
 
       - name: Set up JDK
-        uses: actions/setup-java@v4s
+        uses: actions/setup-java@v4
         with:
           distribution: adopt
           java-version: ${{ matrix.java }}

Reply via email to