From a49b3c97535eb9c2a90c245ad449c288ea03b2cc Mon Sep 17 00:00:00 2001 From: Iwao AVE! Date: Fri, 2 Feb 2024 03:03:27 +0900 Subject: [PATCH] Add 23-ea to the matrix --- .github/workflows/ci.yaml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9acb654c0fe..8bbb1338592 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [11, 17, 21, 22-ea] + java: [11, 17, 21, 22-ea, 23-ea] distribution: ['temurin'] fail-fast: false max-parallel: 4 diff --git a/pom.xml b/pom.xml index ee63a7d0d50..9bbfdfaa0a1 100644 --- a/pom.xml +++ b/pom.xml @@ -504,6 +504,7 @@ 16 16 TestcontainersTests,RequireIllegalAccess + [11,12),[17,18),[21,22),[22,23),[23,24)