Skip to content

Commit

Permalink
Downgraded Codeception back to 2.x, run PHP 5.6 on prefer-lowest on T…
Browse files Browse the repository at this point in the history
…ravis
  • Loading branch information
szymach committed Sep 17, 2020
1 parent d730574 commit ee05ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ cache:

matrix:
include:
- php: 5.5
- php: 5.6
env:
- COMPOSER_FLAGS='--prefer-lowest'
- php: 7.0
- php: 7.1
- php: 7.2
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
"ext-gd": "*"
},
"require-dev" : {
"codeception/codeception": "^4.1",
"codeception/codeception": "^2.4",
"phpunit/phpunit": "^4.8|^7.1",
"squizlabs/php_codesniffer": "^3.4",
"codeception/module-asserts": "^1.3",
"codeception/module-filesystem": "^1.0"
"squizlabs/php_codesniffer": "^3.4"
},
"config": {
"bin-dir": "vendor/bin"
Expand Down

0 comments on commit ee05ae3

Please sign in to comment.