Skip to content

Commit 000f609

Browse files
committed
Add another doctrine workaround
This has been fixed a few months ago, but apparently Doctrine doesn't do releases.
1 parent 1c5f0b8 commit 000f609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/community_job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
6060
# Work around PHP 8 incompatibility in Doctrine
6161
sed -i 's/function query()/function query($statement = null)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
62+
sed -i 's/public function getMessage();//' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
6263
php vendor/bin/phpunit
6364
displayName: 'Test Laravel'
6465
- script: |

0 commit comments

Comments
 (0)