Build and test against JDK 21 instead of JDK 20 (#832)

See https://jdk.java.net/21/release-notes
This commit is contained in:
Stephan Schroevers
2023-10-16 13:11:57 +02:00
committed by GitHub
parent a424a3e949
commit 82c0dd95ce

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
jdk: [ 11.0.20, 17.0.8, 20.0.2 ]
jdk: [ 11.0.20, 17.0.8, 21.0.0 ]
distribution: [ temurin ]
experimental: [ false ]
include: