We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4326d7 commit 2283b0eCopy full SHA for 2283b0e
.github/workflows/maven.yml
@@ -16,13 +16,13 @@ jobs:
16
runs-on: ubuntu-22.04
17
strategy:
18
matrix:
19
- jdk: [17, 21]
+ jdk: [17, 21, 25]
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set up JDK
23
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
24
with:
25
- distribution: 'temurin'
+ distribution: 'corretto'
26
java-version: ${{ matrix.jdk }}
27
- name: Install Zookeeper
28
run: echo "Install Zookeeper 3.5.6"
0 commit comments