Skip to content

Commit

Permalink
Use LTS java and switch to temurin to receive updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jul 21, 2024
1 parent d77ef19 commit 73bec8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]

0 comments on commit 73bec8f

Please sign in to comment.