gradle.yml: add JDK 18 to build matrix

This commit is contained in:
Sean Gilligan 2022-03-30 18:06:39 -07:00 committed by Andreas Schildbach
parent 4a6219bf57
commit 09203438c3

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: ['11', '17']
java: ['11', '17', '18']
distribution: ['temurin']
gradle: ['7.4']
include: