Skip to content

Commit

Permalink
Use Maven 3.9.6 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 2, 2023
1 parent 31bd33b commit c037990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -33,4 +33,4 @@ jobs:
ff-goal: test
verify-goal: clean install
verify-fail-fast: false
maven-matrix: '[ "3.9.5", "3.2.5", "3.8.8" ]'
maven-matrix: '[ "3.9.6", "3.2.5", "3.8.8" ]'
4 changes: 2 additions & 2 deletions .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.5" ]'
default: '[ "3.9.6" ]'
type: string

matrix-include:
Expand Down Expand Up @@ -90,7 +90,7 @@ on:
ff-maven:
description: The Maven version used during fail-fast-build job
required: false
default: '3.9.5'
default: '3.9.6'
type: string

ff-jdk:
Expand Down

0 comments on commit c037990

Please sign in to comment.