Skip to content

Commit 2283b0e

Browse files
committed
Support jdk25 for ci
Signed-off-by: JermaineHua <[email protected]>
1 parent f4326d7 commit 2283b0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
jdk: [17, 21]
19+
jdk: [17, 21, 25]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up JDK
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'temurin'
25+
distribution: 'corretto'
2626
java-version: ${{ matrix.jdk }}
2727
- name: Install Zookeeper
2828
run: echo "Install Zookeeper 3.5.6"

0 commit comments

Comments
 (0)