From 4fc5b66b796f4a46bdd38240a762b3d1d1d469e0 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Tue, 17 Sep 2024 15:05:10 +0200 Subject: [PATCH] Build on JDK23 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2863ce80..a8c84f8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '22', '23-ea' ] + java: [ '21', '22', '23' ] architecture: [ 'x64' ] name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: