mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-12 00:05:30 +08:00
Maven 3.9.4 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.6.3', '3.8.7', '3.9.2' ]
|
||||
maven: [ '3.8.8', '3.9.4' ]
|
||||
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.9.2
|
||||
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.9.4
|
||||
shell: bash
|
||||
|
||||
test-ok:
|
||||
|
||||
Reference in New Issue
Block a user