1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-25 02:13:15 +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
3 changed files with 2347 additions and 656 deletions

View File

@ -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