diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1d4915..0005351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [17, 21, 22-ea] + java: [17, 21, 22, 23-ea, 24-ea] distribution: ['temurin'] max-parallel: 4 name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}