Skip to content

Commit 30a6002

Browse files
committed
Forgot to use zulu
1 parent a76e0bc commit 30a6002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up JDK
5353
uses: actions/setup-java@v4
5454
with:
55-
distribution: 'oracle'
55+
distribution: 'zulu'
5656
java-version: ${{ matrix.java }}
5757
- name: Build, test and integration test
5858
run: mvn verify --no-transfer-progress

0 commit comments

Comments
 (0)