Merge branch 'PHP-8.0'

* PHP-8.0:
  Restore Laravel test workaround
This commit is contained in:
Nikita Popov 2021-02-07 18:02:58 +01:00
commit 8be1cd6671

View File

@ -52,6 +52,8 @@ jobs:
git clone https://github.com/laravel/framework.git --branch=master --depth=1
cd framework
php7.4 /usr/bin/composer install --no-progress
# Hack to disable a test that hangs on azure
sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
export USE_ZEND_ALLOC=0
export ASAN_OPTIONS=exitcode=139
php vendor/bin/phpunit