gradle.yml: update JDK to 20 in the build matrix

This commit is contained in:
Sean Gilligan 2023-04-22 12:32:24 -07:00 committed by Andreas Schildbach
parent 184fe1c25a
commit 336a6a0c98

View file

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
java: ['11', '17', '19'] java: ['11', '17', '20']
distribution: ['temurin'] distribution: ['temurin']
gradle: ['8.3'] gradle: ['8.3']
include: include: