We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f8905 commit 2ae8ea9Copy full SHA for 2ae8ea9
.github/workflows/integration-test.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v3
21
with:
22
java-version: '8'
23
- distribution: 'adopt'
+ distribution: 'zulu'
24
cache: maven
25
- name: Test with Maven
26
run: mvn --batch-mode clean test
0 commit comments