Skip to content

Commit

Permalink
Merge pull request #1649 from chenrui333/support-java-23
Browse files Browse the repository at this point in the history
ci: support java 23 (as java 23 already ga)
  • Loading branch information
matthiasblaesing authored Dec 28, 2024
2 parents c4d53ed + 3eee725 commit 02bf7cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [8, 11, 17, 21, 23-ea]
java: [8, 11, 17, 21, 23]
# macos-13 is x86, macos-latest is aarch64
os: [ubuntu-latest, macos-13, macos-latest]
exclude:
# 23-ea is not available for mac OS
- java: 23-ea
os: macos-latest
# Run all tests even if one fails
fail-fast: false
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit 02bf7cc

Please sign in to comment.