From 4835b9a750119ffff51ce00ea56658959199e6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E5=9F=B9=E5=9F=B9?= Date: Fri, 9 Aug 2024 22:36:54 +0800 Subject: [PATCH] Remove CI Java Version 24-ea --- .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 0005351..58aabf3 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, 23-ea, 24-ea] + java: [17, 21, 22, 23-ea] distribution: ['temurin'] max-parallel: 4 name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}