Skip to content

Commit 98974c3

Browse files
committed
travis: lowest dependencies are tested using php-cgi
1 parent 446bb7b commit 98974c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ after_failure:
2525

2626
jobs:
2727
include:
28-
- env: title="Lowest Dependencies" PHP_BIN=php
28+
- env: title="Lowest Dependencies" PHP_BIN=php-cgi
2929
install:
3030
- travis_retry composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
3131

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"nette/utils": "^2.4 || ~3.0.0"
2020
},
2121
"require-dev": {
22-
"nette/di": "^2.4.6 || ~3.0.0",
22+
"nette/di": "^2.4.8 || ~3.0.0",
2323
"nette/tester": "^2.0",
2424
"tracy/tracy": "^2.4"
2525
},

0 commit comments

Comments
 (0)