mirror of https://github.com/apache/maven.git
Run GitHub actions integration tests with Java 17-ea (#466)
This commit is contained in:
parent
d6e70e297a
commit
f4009a1c0a
|
@ -67,7 +67,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
java: [8, 11, 16]
|
||||
java: [8, 11, 16, 17-ea]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue