Skip to content

Commit

Permalink
Maven 3.9.6 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 11, 2024
1 parent 88b5bc7 commit 5257c30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
java: [ '8', '11', '17', '21' ]
maven: [ '3.8.8', '3.9.5' ]
maven: [ '3.8.8', '3.9.6' ]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: ./

- run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.5
- run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.6
shell: bash

test-ok:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ So we can use for action:

| params | destination | default |
|---------------|---------------|---------|
| maven-version | maven-version | 3.9.5 |
| maven-version | maven-version | 3.9.6 |

## maven-settings-action

Expand All @@ -91,7 +91,7 @@ jobs:

strategy:
matrix:
maven: [ '3.8.8', '3.9.5' ]
maven: [ '3.8.8', '3.9.6' ]

name: Maven ${{ matrix.maven }} sample

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ inputs:
# maven version
maven-version:
description: 'The Maven version to set up'
default: '3.9.5'
default: '3.9.6'
required: false

# maven settings.xml
Expand Down

0 comments on commit 5257c30

Please sign in to comment.