From f81a9661b61f4a4c0f2f5e0916f7e2e1f70963b2 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Mon, 23 Sep 2024 10:22:40 +0300 Subject: [PATCH] [CI] Bump latest Java in build matrix: `22` -> `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 089cc1c..5785bb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 17, 21, 22 ] + java: [ 8, 11, 17, 21, 23 ] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@v4