Skip to content

Commit 979978c

Browse files
committed
Fix community job
Marco broke things again.
1 parent c3ab8fd commit 979978c

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
@@ -75,7 +75,7 @@ jobs:
7575
- script: |
7676
git clone https://github.com/amphp/amp.git --branch=master --depth=1
7777
cd amp
78-
php7.3 /usr/bin/composer install --no-progress --ignore-platform-reqs
78+
php /usr/bin/composer install --no-progress --ignore-platform-reqs
7979
export USE_ZEND_ALLOC=0
8080
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
8181
php vendor/bin/phpunit

0 commit comments

Comments
 (0)