From 99bb3b059d9d7befefb04928e9f3026402b7efcb Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sun, 14 May 2023 10:11:36 +0900 Subject: [PATCH] Drop jdk 19, update 20 to ga, add 21-ea --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e33faa9..a39e72d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - java: [11, 17, 19, 20-ea] + java: [11, 17, 20, 21-ea] distribution: ['zulu'] fail-fast: false max-parallel: 4