This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch fix/RAT-273 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 8f4bb0bc24b70dc0a6a9f6de02458ae80601642b Author: P. Ottlinger <[email protected]> AuthorDate: Mon Mar 28 14:44:27 2022 +0200 RAT-273: Change build matrix to work with LTS and newest JDK --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2760775..1d65baa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: os: [ubuntu-latest, windows-latest] # RAT-296: disable JDK10 due to # 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: [8, 11, 12, 13, 14, 15] + java: [8, 11, 17, 18] fail-fast: false runs-on: ${{ matrix.os }}
