Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f072547

Browse files
committed
Merge pull request #382 from andreybolonin/patch-1
Update .travis.yml
2 parents e03f490 + ef65e8c commit f072547

File tree

3 files changed

+297
-268
lines changed

3 files changed

+297
-268
lines changed

.travis.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -56,6 +54,24 @@ matrix:
5654
name: Integration tests
5755
env:
5856
- INTEGRATION_DEPS="http-interop/http-factory-diactoros"
57+
- php: 7.3
58+
env:
59+
- DEPS=lowest
60+
- php: 7.3
61+
env:
62+
- DEPS=locked
63+
- php: 7.3
64+
env:
65+
- DEPS=latest
66+
- php: 7.4
67+
env:
68+
- DEPS=lowest
69+
- php: 7.4
70+
env:
71+
- DEPS=locked
72+
- php: 7.4
73+
env:
74+
- DEPS=latest
5975

6076
before_install:
6177
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
3333
"zendframework/zend-coding-standard": "~1.0"
3434
},
35+
"conflict": {
36+
"phpspec/prophecy": "<1.9.0"
37+
},
3538
"provide": {
3639
"psr/http-message-implementation": "1.0"
3740
},

0 commit comments

Comments
 (0)