From 1038e04ad490a843fb4c36041306103ede0b355b Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Mon, 28 Oct 2024 07:06:50 +0100 Subject: [PATCH] Build on JDK 24 ea (#2923) --- .github/workflows/build-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-version.yml b/.github/workflows/build-version.yml index 620689219..e817c5931 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', '22', '23' ] + java: [ '8', '11', '17', '21', '22', '23', '24-ea' ] architecture: [ 'x64' ] fail-fast: false name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}