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:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user