Skip to content

Commit 28860e7

Browse files
authored
Merge pull request #543 from Kong/java
update the setup-java actiom step
2 parents 88c1708 + 32d9a44 commit 28860e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Set up JDK 1.11
19-
uses: actions/setup-java@v1
19+
uses: actions/setup-java@v4
2020
with:
21-
java-version: 1.11
21+
distribution: 'zulu'
22+
java-version: '21'
2223
- name: Cache
2324
uses: actions/cache@v4
2425
with:

0 commit comments

Comments
 (0)