Skip to content

Commit

Permalink
Add JDK 21 to default tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 7, 2024
1 parent 2e157a9 commit 798774c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/maven-verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
ff-site-run: false
ff-goal: test
ff-jdk: '21'
verify-goal: clean install
verify-fail-fast: false
maven-matrix: '[ "3.9.6", "3.2.5", "3.8.8" ]'
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
jdk-matrix:
description: jdk matrix as json array
required: false
default: '[ "8", "17" ]'
default: '[ "17", "21", "8" ]'
type: string

jdk-distribution-matrix:
Expand Down

0 comments on commit 798774c

Please sign in to comment.