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-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new 73bec8f Use LTS java and switch to temurin to receive updates
73bec8f is described below
commit 73bec8fe78e29c7cb522ac30d9c77aac4a37d08f
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 21 21:01:54 2024 +0200
Use LTS java and switch to temurin to receive updates
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 84949db..730c610 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,10 +33,11 @@ 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, 16]
+ java: [8, 11, 16, 21]
fail-fast: false
runs-on: ${{ matrix.os }}
+ name: ${{ matrix.os }}-JDK${{ matrix.java }}
steps:
- name: Checkout
@@ -64,4 +65,3 @@ jobs:
# The workflow is not valid. .github/workflows/maven.yml (Line: 55, Col: 1):
Unexpected value 'notifications'
#notifications:
# jobs: [email protected]
-