Skip to content

Commit d9eb0bf

Browse files
Add matrix for Laravel 5.8 and PHP 7.3, remove unused matrix
1 parent 88c7fd9 commit d9eb0bf

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,22 @@ dist: trusty
55
matrix:
66
fast_finish: true
77
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.*
1810
- php: 7.1
1911
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
2012
- php: 7.2
2113
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.*
2218

2319
allow_failures:
2420
- env: COVERAGE=1
2521

2622
before_install:
27-
- if [[ $TRAVIS_PHP_VERSION != 7.0 ]] ; then phpenv config-rm xdebug.ini; fi
23+
- phpenv config-rm xdebug.ini
2824
- travis_retry composer self-update
2925

3026
before_script:

0 commit comments

Comments
 (0)