From af269d7c329579168f2d367f532d5a8c4382473e Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Wed, 11 Oct 2023 10:21:28 +0200 Subject: [PATCH] Build and test against JDK 21 instead of JDK 20 See https://jdk.java.net/21/release-notes --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 139047bc13..6b9fba345f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: