diff --git a/.github/workflows/build-version.yml b/.github/workflows/build-version.yml index 99e9d488a..7a8641ee0 100644 --- a/.github/workflows/build-version.yml +++ b/.github/workflows/build-version.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11', '17', '21' ] + java: [ '8', '11', '17', '21', '22', '23-ea' ] architecture: [ 'x64' ] name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: