We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76e0bc commit 30a6002Copy full SHA for 30a6002
.github/workflows/pull_request.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Set up JDK
53
uses: actions/setup-java@v4
54
with:
55
- distribution: 'oracle'
+ distribution: 'zulu'
56
java-version: ${{ matrix.java }}
57
- name: Build, test and integration test
58
run: mvn verify --no-transfer-progress
0 commit comments