[ticket/17091] Update windows build commands as well

PHPBB3-17091
This commit is contained in:
Marc Alexander 2023-01-15 22:00:21 +01:00
parent ad794c17ed
commit 61a7e0fdfc
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -548,7 +548,7 @@ jobs:
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
php ..\composer.phar require symfony/yaml:~4.4 misantron/dbunit:~5.0 phpunit/phpunit:^9.3 doctrine/instantiator:^1.4 --dev --update-with-all-dependencies --ignore-platform-reqs
cd ..
- name: Setup database
run: |