File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 51
51
- script : |
52
52
git clone https://github.com/laravel/framework.git --branch=master --depth=1
53
53
cd framework
54
- #php7.3 /usr/bin/composer require "doctrine/dbal:^3.0" --no-interaction
55
- php7.3 /usr/bin/composer install --no-progress
56
- # Hack to disable a test that hangs on azure
57
- sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
54
+ php7.4 /usr/bin/composer install --no-progress
58
55
export USE_ZEND_ALLOC=0
59
56
export ASAN_OPTIONS=exitcode=139
60
57
php vendor/bin/phpunit
65
62
- script : |
66
63
git clone https://github.com/symfony/symfony.git --depth=1
67
64
cd symfony
68
- php7.3 /usr/bin/composer install --no-progress
69
- php7.3 ./phpunit install
65
+ php7.4 /usr/bin/composer install --no-progress
66
+ php7.4 ./phpunit install
70
67
export USE_ZEND_ALLOC=0
71
68
export USE_TRACKED_ALLOC=1
72
69
export ASAN_OPTIONS=exitcode=139
@@ -96,14 +93,14 @@ jobs:
96
93
export USE_ZEND_ALLOC=0
97
94
export USE_TRACKED_ALLOC=1
98
95
export ASAN_OPTIONS=exitcode=139
99
- php7.3 /usr/bin/composer install --no-progress
96
+ php7.4 /usr/bin/composer install --no-progress
100
97
php ./phpunit
101
98
if [ $? -gt 128 ]; then
102
99
exit 1
103
100
fi
104
101
displayName: 'Test PHPUnit'
105
102
- script : |
106
- php7.3 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
103
+ php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
107
104
cd symfony_demo
108
105
export USE_ZEND_ALLOC=0
109
106
export USE_TRACKED_ALLOC=1
You can’t perform that action at this time.
0 commit comments