We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d59f59 + 30a6002 commit df2e83dCopy full SHA for df2e83d
1 file changed
.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