From 7049ae66933a50e337eeb714427bf86c0094d74f Mon Sep 17 00:00:00 2001 From: Dmitry Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Fri, 29 Mar 2024 11:51:42 +0100 Subject: [PATCH] [Java] Switch to JDK 23-ea. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb09223c4..632def8f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '22-ea' ] + java: [ '23-ea' ] os: ['ubuntu-22.04', 'windows-latest', 'macos-14'] steps: - name: Checkout code @@ -144,5 +144,5 @@ jobs: if: always() && steps.copy_test_logs.outputs.dir == 'build/test_logs' uses: actions/upload-artifact@v3 with: - name: crash-logs-${{ matrix.os }}-java-${{ matrix.java }} + name: crash-logs-ea-${{ matrix.os }}-java-${{ matrix.java }} path: ${{ steps.copy_test_logs.outputs.dir }}