From 1118ca60cd5526104e921c468e46c6688dffb234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E5=9F=B9=E5=9F=B9?= Date: Sat, 3 Aug 2024 19:18:49 +0800 Subject: [PATCH] Update CI Java Versions --- .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 d1d4915..0005351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [17, 21, 22-ea] + java: [17, 21, 22, 23-ea, 24-ea] distribution: ['temurin'] max-parallel: 4 name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}