diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee5e9e3..518382f 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: [17, 21, 22, 23-ea] os: [ubuntu-latest] fail-fast: false max-parallel: 4