Skip to content

Commit

Permalink
Test on 23-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Jun 1, 2024
1 parent f6670c6 commit 7c0dffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [8, 11, 17, 21]
java: [8, 11, 17, 21, 23-ea]
os: [ubuntu-latest, macos-latest]
# Run all tests even if one fails
fail-fast: false
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit 7c0dffe

Please sign in to comment.