Skip to content

Commit

Permalink
[Java] Switch to JDK 23-ea.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Mar 29, 2024
1 parent 77f8057 commit 7049ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 7049ae6

Please sign in to comment.