File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
git clone https://github.com/laravel/framework.git --branch=master --depth=1
43
43
cd framework
44
44
git rev-parse HEAD
45
- php7.4 /usr/bin/composer install --no-progress
45
+ php8.0 /usr/bin/composer install --no-progress
46
46
# Hack to disable a test that hangs on azure
47
47
sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
48
48
export USE_ZEND_ALLOC=0
56
56
git clone https://github.com/symfony/symfony.git --depth=1
57
57
cd symfony
58
58
git rev-parse HEAD
59
- php7.4 /usr/bin/composer install --no-progress
60
- php7.4 ./phpunit install
59
+ php8.0 /usr/bin/composer install --no-progress
60
+ php8.0 ./phpunit install
61
61
export USE_ZEND_ALLOC=0
62
62
export USE_TRACKED_ALLOC=1
63
63
export ASAN_OPTIONS=exitcode=139
@@ -89,15 +89,15 @@ jobs:
89
89
export USE_ZEND_ALLOC=0
90
90
export USE_TRACKED_ALLOC=1
91
91
export ASAN_OPTIONS=exitcode=139
92
- php7.4 /usr/bin/composer install --no-progress
92
+ php8.0 /usr/bin/composer install --no-progress
93
93
php ./phpunit
94
94
if [ $? -gt 128 ]; then
95
95
exit 1
96
96
fi
97
97
displayName: 'Test PHPUnit'
98
98
condition: or(succeeded(), failed())
99
99
- script : |
100
- php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
100
+ php8.0 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
101
101
cd symfony_demo
102
102
git rev-parse HEAD
103
103
export USE_ZEND_ALLOC=0
You can’t perform that action at this time.
0 commit comments