Skip to content

Commit 332a3b4

Browse files
committed
[GHA] Add java 23-ea to CI build matrix
1 parent 59141d8 commit 332a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
java: [11, 17, 21, 22]
11+
java: [11, 17, 21, 22, 23-ea]
1212
distribution: ['temurin']
1313
fail-fast: false
1414
max-parallel: 4

0 commit comments

Comments
 (0)