From ef4070db66969c9f4dfc31b15e7ce15f1ac9d05e Mon Sep 17 00:00:00 2001 From: Iwao AVE! Date: Thu, 1 Aug 2024 08:28:44 +0900 Subject: [PATCH] [ci] Add JDK 24 early access to CI build --- .github/workflows/ci.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94ffe1fa77f..9588d2af473 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [11, 17, 21, 22, 23-ea] + java: [11, 17, 21, 22, 23-ea, 24-ea] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false max-parallel: 4 diff --git a/pom.xml b/pom.xml index 797a508ca8d..e40036967c7 100644 --- a/pom.xml +++ b/pom.xml @@ -503,7 +503,7 @@ 16 16 TestcontainersTests,RequireIllegalAccess - [11,12),[17,18),[21,22),[22,23),[23,24) + [11,12),[17,18),[21,22),[22,23),[23,24),[24,25)