Skip to content

Commit

Permalink
Add JDK 21 to the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed May 29, 2024
1 parent a4f3c46 commit 5b74f3f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ jobs:
name: "Build on JDK ${{ matrix.java }}"
strategy:
matrix:
java: [ 11, 17 ]
# Custom JDK 21 configuration
include:
- java: 21
# Disable Enforcer check which (intentionally) prevents using JDK 21 for building
extra-mvn-args: -Denforcer.fail=false
java: [ 11, 17, 21 ]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5b74f3f

Please sign in to comment.