File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
- script : |
51
51
git clone https://github.com/laravel/framework.git --branch=master --depth=1
52
52
cd framework
53
- php7.3 /usr/bin/composer install --no-progress
53
+ php7.4 /usr/bin/composer install --no-progress
54
54
export USE_ZEND_ALLOC=0
55
55
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
56
56
# Avoid test using exit(), which thus leaks.
61
61
- script : |
62
62
git clone https://github.com/symfony/symfony.git --depth=1
63
63
cd symfony
64
- php7.3 /usr/bin/composer install --no-progress
65
- php7.3 ./phpunit install
64
+ php7.4 /usr/bin/composer install --no-progress
65
+ php7.4 ./phpunit install
66
66
export USE_ZEND_ALLOC=0
67
67
export USE_TRACKED_ALLOC=1
68
68
export ASAN_OPTIONS=exitcode=139
82
82
displayName: 'Test Amphp'
83
83
condition: or(succeeded(), failed())
84
84
- script : |
85
- php7.3 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
85
+ php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
86
86
cd symfony_demo
87
87
export USE_ZEND_ALLOC=0
88
88
export USE_TRACKED_ALLOC=1
You can’t perform that action at this time.
0 commit comments