From 373a651ffed35cb10d55181649a12feb417f1719 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Mon, 28 Oct 2024 07:02:24 +0100 Subject: [PATCH] Build on JDK 24 ea --- .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 }}