mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-12 00:05:30 +08:00
Maven 3.8.6 as default
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
|
||||
java: [ '8', '11', '17' ]
|
||||
maven: [ '3.5.4', '3.6.3', '3.8.5' ]
|
||||
maven: [ '3.5.4', '3.6.3', '3.8.6' ]
|
||||
fail-fast: false
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
java-version: 8
|
||||
|
||||
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.5
|
||||
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.6
|
||||
shell: bash
|
||||
|
||||
test-ok:
|
||||
|
||||
Reference in New Issue
Block a user