Skip to content

Commit

Permalink
Use Maven 3.8.7 for builds as default
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 1, 2023
1 parent 201a323 commit f8899b2
Showing 1 changed file with 2 additions and 2 deletions.
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.8.6" ]'
default: '[ "3.8.7" ]'
type: string

matrix-exclude:
Expand Down Expand Up @@ -84,7 +84,7 @@ on:
ff-maven:
description: The Maven version used during fail-fast-build job
required: false
default: '3.8.6'
default: '3.8.7'
type: string

ff-jdk:
Expand Down

0 comments on commit f8899b2

Please sign in to comment.