Skip to content

Commit 2ae8ea9

Browse files
committed
chore: Adding zulu distro
1 parent b6f8905 commit 2ae8ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
java-version: '8'
23-
distribution: 'adopt'
23+
distribution: 'zulu'
2424
cache: maven
2525
- name: Test with Maven
2626
run: mvn --batch-mode clean test

0 commit comments

Comments
 (0)