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 c3ab8fd commit 979978cCopy full SHA for 979978c
azure/community_job.yml
@@ -75,7 +75,7 @@ jobs:
75
- script: |
76
git clone https://github.com/amphp/amp.git --branch=master --depth=1
77
cd amp
78
- php7.3 /usr/bin/composer install --no-progress --ignore-platform-reqs
+ php /usr/bin/composer install --no-progress --ignore-platform-reqs
79
export USE_ZEND_ALLOC=0
80
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
81
php vendor/bin/phpunit
0 commit comments