mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-04-04 19:48:13 +08:00
fix java version for 8
This commit is contained in:
parent
988def43ae
commit
c6625954e0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
|
||||
java: [ '1.8', '11', '16' ]
|
||||
java: [ '8', '11', '16' ]
|
||||
maven: [ '3.5.4', '3.6.3', '3.8.2' ]
|
||||
fail-fast: false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user