Run GitHub actions integration tests with Java 17-ea (#466)

This commit is contained in:
Maarten Mulders 2021-04-18 20:17:30 +02:00 committed by GitHub
parent d6e70e297a
commit f4009a1c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}