We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4668002 + 2d5ad76 commit 67d1739Copy full SHA for 67d1739
.github/workflows/ci.yml
@@ -244,9 +244,10 @@ jobs:
244
tools: none
245
246
- name: Install java
247
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
248
with:
249
- java-version: 1.8
+ distribution: zulu
250
+ java-version: 11
251
252
- name: Build PHAR
253
run: ant phar-snapshot
@@ -296,9 +297,10 @@ jobs:
296
297
298
299
300
301
302
303
304
305
- name: Download PHAR
306
uses: actions/download-artifact@v3
0 commit comments