mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 11:13:00 +08:00
Replace jdk 16 by 17 in tests
This commit is contained in:
parent
336767f6a6
commit
b8af8b0ed8
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -12,7 +12,7 @@ on:
|
||||
- cron: '22 23 * * 5'
|
||||
|
||||
concurrency:
|
||||
group: test-action
|
||||
group: test-action-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
|
||||
java: [ '8', '11', '16' ]
|
||||
java: [ '8', '11', '17' ]
|
||||
maven: [ '3.5.4', '3.6.3', '3.8.3' ]
|
||||
fail-fast: false
|
||||
|
||||
@ -53,3 +53,10 @@ jobs:
|
||||
|
||||
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.3
|
||||
shell: bash
|
||||
|
||||
test-ok:
|
||||
name: Test OK
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ test, test-deault ]
|
||||
steps:
|
||||
- run: echo OK
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user