Skip to content

Commit

Permalink
Use Maven 3.9.4 on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 23, 2023
1 parent 8b85a09 commit 514c4cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
_extends: .github
name-template: javacc-maven-plugin-$NEXT_MINOR_VERSION
tag-template: javacc-maven-plugin-$NEXT_MINOR_VERSION
name-template: $NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.1" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.9.1" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.4" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.9.4" ]' # Maven versions matrix for verify builds

0 comments on commit 514c4cd

Please sign in to comment.