File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,22 @@ dist: trusty
5
5
matrix :
6
6
fast_finish : true
7
7
include :
8
- - php : 5.5.9
9
- env : LARAVEL=5.1.* ORCHESTRA=3.1.*
10
- - php : 5.5.9
11
- env : LARAVEL=5.2.* ORCHESTRA=3.2.*
12
- - php : 5.6
13
- env : LARAVEL=5.3.* ORCHESTRA=3.3.*
14
- - php : 5.6
15
- env : LARAVEL=5.4.* ORCHESTRA=3.4.*
16
- - php : 7.0
17
- env : LARAVEL=5.5.* ORCHESTRA=3.5.* COVERAGE=1
8
+ - php : 7.1
9
+ env : LARAVEL=5.5.* ORCHESTRA=3.5.*
18
10
- php : 7.1
19
11
env : LARAVEL=5.6.* ORCHESTRA=3.6.*
20
12
- php : 7.2
21
13
env : LARAVEL=5.7.* ORCHESTRA=3.7.*
14
+ - php : 7.2
15
+ env : LARAVEL=5.8.* ORCHESTRA=3.8.* COVERAGE=1
16
+ - php : 7.3
17
+ env : LARAVEL=5.8.* ORCHESTRA=3.8.*
22
18
23
19
allow_failures :
24
20
- env : COVERAGE=1
25
21
26
22
before_install :
27
- - if [[ $TRAVIS_PHP_VERSION != 7.0 ]] ; then phpenv config-rm xdebug.ini; fi
23
+ - phpenv config-rm xdebug.ini
28
24
- travis_retry composer self-update
29
25
30
26
before_script :
You can’t perform that action at this time.
0 commit comments