From 5171107a29c175a305bd30ee3fb6b40b7269eec3 Mon Sep 17 00:00:00 2001 From: AsamK Date: Fri, 25 Oct 2024 17:22:47 +0200 Subject: [PATCH] Run CI with Java 23 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97cd55307..75d892a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '22' ] + java: [ '21', '23' ] steps: - uses: actions/checkout@v4