Skip to content

Commit 02bf7cc

Browse files
Merge pull request #1649 from chenrui333/support-java-23
ci: support java 23 (as java 23 already ga)
2 parents c4d53ed + 3eee725 commit 02bf7cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
java: [8, 11, 17, 21, 23-ea]
19+
java: [8, 11, 17, 21, 23]
2020
# macos-13 is x86, macos-latest is aarch64
2121
os: [ubuntu-latest, macos-13, macos-latest]
22-
exclude:
23-
# 23-ea is not available for mac OS
24-
- java: 23-ea
25-
os: macos-latest
2622
# Run all tests even if one fails
2723
fail-fast: false
2824
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)