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 a883e1a + 40a6545 commit 2d5ad76Copy full SHA for 2d5ad76
.github/workflows/ci.yml
@@ -246,9 +246,10 @@ jobs:
246
tools: none
247
248
- name: Install java
249
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
250
with:
251
- java-version: 1.8
+ distribution: zulu
252
+ java-version: 11
253
254
- name: Build PHAR
255
run: ant phar-snapshot
@@ -300,9 +301,10 @@ jobs:
300
301
302
303
304
305
306
307
308
309
- name: Download PHAR
310
uses: actions/download-artifact@v3
0 commit comments