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

Commit 27ccac3

Browse files
andreyboloninmichalbundyra
authored andcommitted
Update .travis.yml
1 parent e03f490 commit 27ccac3

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
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

0 commit comments

Comments
 (0)