GitHub Actions: in the build matrix, update JDK 16 to JDK 17 LTS

This commit is contained in:
Sean Gilligan 2021-09-22 11:47:54 -07:00 committed by Andreas Schildbach
parent 839139f8fb
commit 744480be89

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [ '8', '11', '16']
java: ['8', '11', '17']
distribution: ['temurin']
gradle: ['7.2']
fail-fast: false