Skip to content

Commit

Permalink
Use Maven 3.6.3, 3.9.6 in matrix build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 11, 2024
1 parent b896303 commit 03cf72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
ff-jdk: '21'
verify-goal: clean install
verify-fail-fast: false
maven-matrix: '[ "3.9.6", "3.2.5", "3.8.8" ]'
maven-matrix: '[ "3.9.6", "3.8.8", "3.6.3" ]'
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
maven-matrix:
description: The Maven version matrix as json array
required: false
default: '[ "3.9.6" ]'
default: '[ "3.6.3", "3.9.6" ]'
type: string

matrix-include:
Expand Down

0 comments on commit 03cf72b

Please sign in to comment.