We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad586a2 commit 5f1e770Copy full SHA for 5f1e770
.travis.yml
@@ -5,16 +5,22 @@ php:
5
- 5.6
6
- 7.0
7
- 7.1
8
+ - 7.2
9
10
env:
11
- LARAVEL_VERSION="4.2.*"
12
- LARAVEL_VERSION="5.0.*"
13
- LARAVEL_VERSION="5.4.*"
14
+ - LARAVEL_VERSION="5.5.*"
15
16
matrix:
17
exclude:
18
- php: 5.5
19
env: LARAVEL_VERSION="5.4.*"
20
+ - php: 5.5
21
+ env: LARAVEL_VERSION="5.5.*"
22
+ - php: 5.6
23
24
25
before_script:
26
- travis_retry composer self-update
0 commit comments