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)