Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-08-16 23:07:21 +02:00
commit 7c4e0acd72
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -527,6 +527,8 @@ jobs:
Set-ACL -Path "${env:TEMP_DIR}" -ACLObject $acl
cd ${env:GITHUB_WORKSPACE}\phpBB
php ..\composer.phar install
php ..\composer.phar remove phpunit/dbunit --dev --update-with-dependencies
php ..\composer.phar require symfony/yaml:~4.4 misantron/dbunit:~5.0 phpunit/phpunit:^9.3 --dev --update-with-all-dependencies --ignore-platform-reqs
cd ..
- name: Setup database
run: |