Skip to content

Commit

Permalink
Returned tester ^2.2 and excluded 7.4 prefer lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoczy committed Oct 8, 2020
1 parent e9d527d commit 7846981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ matrix:
exclude:
- php: 7.3
env: COMPOSER_EXTRA_ARGS="--prefer-stable"
- php: 7.4
env: COMPOSER_EXTRA_ARGS="--prefer-lowest --prefer-stable"
allow_failures:
- env: DEV=1

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"kdyby/monolog": "^2.0",
"symfony/yaml": "^3.4 || ^4.0",
"symfony/console": "^3.4 || ^4.0",
"nette/tester": "^2.3.1",
"nette/tester": "^2.2",
"mockery/mockery": "^1.0"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 7846981

Please sign in to comment.