1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

Allow test libraries to be updated for varying PHP versions

This commit is contained in:
Nick Liu 2020-11-27 17:16:24 +01:00
parent 52ecd679e6
commit ef06f382cb
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637
3 changed files with 2347 additions and 656 deletions
.github/workflows
e107_tests

@ -103,7 +103,7 @@ jobs:
run: curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer update --prefer-dist --no-progress
working-directory: ./e107_tests/
- name: Download Git submodule dependencies

@ -8,10 +8,5 @@
"codeception/module-asserts": "^1.1",
"codeception/module-db": "^1.0",
"codeception/module-phpbrowser": "^1.0"
},
"config": {
"platform": {
"php": "5.6"
}
}
}

2996
e107_tests/composer.lock generated

File diff suppressed because it is too large Load Diff