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.
1 parent 792c6b9 commit f7e4b64Copy full SHA for f7e4b64
.github/workflows/nightly.yml
@@ -364,7 +364,7 @@ jobs:
364
- name: Test AMPHP
365
if: matrix.branch.ref != 'PHP-8.0'
366
run: |
367
- repositories="amp byte-stream cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
+ repositories="amp cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
368
X=0
369
for repository in $repositories; do
370
printf "Testing amp/%s\n" "$repository"
0 commit comments