@@ -61,22 +61,22 @@ jobs:
61
61
sed -i 's/function query()/function query($statement = null)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
62
62
php vendor/bin/phpunit
63
63
displayName: 'Test Laravel'
64
- # - script: |
65
- # git clone https://github.com/symfony/symfony.git --branch=master --depth=1
66
- # cd symfony
67
- # php7.3 /usr/bin/composer install --no-progress
68
- # php7.3 ./phpunit install
69
- # # Work around PHP 8 incompatibility in Doctrine
70
- # sed -i 's/function query()/function query($statement = null)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
71
- # export USE_ZEND_ALLOC=0
72
- # export USE_TRACKED_ALLOC=1
73
- # export ASAN_OPTIONS=exitcode=139
74
- # php ./phpunit --exclude-group tty,benchmark,intl-data,transient
75
- # if [ $? -gt 128 ]; then
76
- # exit 1
77
- # fi
78
- # displayName: 'Test Symfony'
79
- # condition: or(succeeded(), failed())
64
+ - script : |
65
+ git clone https://github.com/symfony/symfony.git --branch=master --depth=1
66
+ cd symfony
67
+ php7.3 /usr/bin/composer install --no-progress
68
+ php7.3 ./phpunit install
69
+ # Work around PHP 8 incompatibility in Doctrine
70
+ sed -i 's/function query()/function query($statement = null)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
71
+ export USE_ZEND_ALLOC=0
72
+ export USE_TRACKED_ALLOC=1
73
+ export ASAN_OPTIONS=exitcode=139
74
+ php ./phpunit --exclude-group tty,benchmark,intl-data,transient
75
+ if [ $? -gt 128 ]; then
76
+ exit 1
77
+ fi
78
+ displayName: 'Test Symfony'
79
+ condition: or(succeeded(), failed())
80
80
- script : |
81
81
git clone https://github.com/amphp/amp.git --branch=master --depth=1
82
82
cd amp
0 commit comments