Skip to content

Commit 7309c23

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix community job
2 parents d95f465 + 979978c commit 7309c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- script: |
8181
git clone https://github.com/amphp/amp.git --branch=master --depth=1
8282
cd amp
83-
php7.3 /usr/bin/composer install --no-progress --ignore-platform-reqs
83+
php /usr/bin/composer install --no-progress --ignore-platform-reqs
8484
export USE_ZEND_ALLOC=0
8585
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
8686
php vendor/bin/phpunit

0 commit comments

Comments
 (0)