Skip to content

Commit 8be1cd6

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Restore Laravel test workaround
2 parents f289701 + e2c30c6 commit 8be1cd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/community_job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
git clone https://github.com/laravel/framework.git --branch=master --depth=1
5353
cd framework
5454
php7.4 /usr/bin/composer install --no-progress
55+
# Hack to disable a test that hangs on azure
56+
sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
5557
export USE_ZEND_ALLOC=0
5658
export ASAN_OPTIONS=exitcode=139
5759
php vendor/bin/phpunit

0 commit comments

Comments
 (0)