From 3391f971ecd7b81d798ae29d4066d3c66db727cf Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Fri, 11 Oct 2024 15:16:49 +0200 Subject: [PATCH] GitHub Actions: build using Java 23 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b784a51..3c4a0f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,11 @@ jobs: - 11 # LTS - 17 # LTS - 21 # LTS + - 23 # latest toolchain: [""] - include: - - java: 21 - toolchain: 22 # latest +# include: +# - java: 21 +# toolchain: 22 # latest steps: - uses: actions/checkout@v4