Skip to content

Commit

Permalink
Allow test libraries to be updated for varying PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Nov 30, 2020
1 parent 52ecd67 commit ef06f38
Show file tree
Hide file tree
Showing 3 changed files with 2,458 additions and 767 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions e107_tests/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
"codeception/module-asserts": "^1.1",
"codeception/module-db": "^1.0",
"codeception/module-phpbrowser": "^1.0"
},
"config": {
"platform": {
"php": "5.6"
}
}
}
Loading

0 comments on commit ef06f38

Please sign in to comment.