File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 5151 - script : |
5252 git clone https://github.com/laravel/framework.git --branch=master --depth=1
5353 cd framework
54+ git rev-parse HEAD
5455 php7.4 /usr/bin/composer install --no-progress
5556 # Hack to disable a test that hangs on azure
5657 sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
6465 - script : |
6566 git clone https://github.com/symfony/symfony.git --depth=1
6667 cd symfony
68+ git rev-parse HEAD
6769 php7.4 /usr/bin/composer install --no-progress
6870 php7.4 ./phpunit install
6971 export USE_ZEND_ALLOC=0
8385 - script : |
8486 git clone https://github.com/amphp/amp.git --branch=master --depth=1
8587 cd amp
88+ git rev-parse HEAD
8689 php /usr/bin/composer install --no-progress --ignore-platform-reqs
8790 export USE_ZEND_ALLOC=0
8891 sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
9295 - script : |
9396 git clone https://github.com/sebastianbergmann/phpunit.git --branch=master --depth=1
9497 cd phpunit
98+ git rev-parse HEAD
9599 export USE_ZEND_ALLOC=0
96100 export USE_TRACKED_ALLOC=1
97101 export ASAN_OPTIONS=exitcode=139
@@ -104,6 +108,7 @@ jobs:
104108 - script : |
105109 php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
106110 cd symfony_demo
111+ git rev-parse HEAD
107112 export USE_ZEND_ALLOC=0
108113 export USE_TRACKED_ALLOC=1
109114 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
You can’t perform that action at this time.
0 commit comments