Maven 3.9.8 as default

This commit is contained in:
Slawomir Jaranowski
2024-06-29 09:23:28 +02:00
parent 816f5e6ba8
commit 1bea7e41c5
3 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@ So we can use for action:
| params | destination | default |
|---------------|---------------|---------|
| maven-version | maven-version | 3.9.6 |
| maven-version | maven-version | 3.9.8 |
## maven-settings-action
@ -93,7 +93,7 @@ jobs:
strategy:
matrix:
maven: [ '3.8.8', '3.9.6' ]
maven: [ '3.8.8', '3.9.8' ]
name: Maven ${{ matrix.maven }} sample