gradle.yml: update JDK to 21-ea in the build matrix

This commit is contained in:
Sean Gilligan 2023-09-02 09:37:46 -07:00 committed by Andreas Schildbach
parent 6f1ceb47b5
commit 52b9e3ad0e

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', '20'] java: ['11', '17', '21-ea']
distribution: ['temurin'] distribution: ['temurin']
gradle: ['8.3'] gradle: ['8.3']
include: include: