From 5e2cb4fcd0ebcc8188eba62ddbd464b77db18dad Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 12 Oct 2023 16:23:01 +0200 Subject: [PATCH] Switch to JDK 21 for forward compatibility testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7670209597f..01f23bfac4dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: matrix: java-version: - 17 - - 20 + - 21 timeout-minutes: 45 steps: - uses: actions/checkout@v4