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 d669e8a1155..a380a3983fd 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)