mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17176] Remove PHP 8 workaround for windows machines
PHPBB3-17176
This commit is contained in:
parent
c91e758902
commit
89ad5fbd27
1 changed files with 0 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -566,8 +566,6 @@ jobs:
|
||||||
Set-ACL -Path "${env:TEMP_DIR}" -ACLObject $acl
|
Set-ACL -Path "${env:TEMP_DIR}" -ACLObject $acl
|
||||||
cd ${env:GITHUB_WORKSPACE}\phpBB
|
cd ${env:GITHUB_WORKSPACE}\phpBB
|
||||||
php ..\composer.phar install
|
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 doctrine/instantiator:^1.4 --dev --update-with-all-dependencies --ignore-platform-reqs
|
|
||||||
cd ..
|
cd ..
|
||||||
- name: Setup database
|
- name: Setup database
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue