File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ matrix:
4444 env : LARAVEL_VERSION=5.6.*
4545 - php : 7.1
4646 env : LARAVEL_VERSION=5.7.*
47+ - php : 7.1
48+ env : LARAVEL_VERSION=5.8.*
4749 - php : 7.2
4850 env : LARAVEL_VERSION=5.1.*
4951 - php : 7.2
@@ -58,6 +60,24 @@ matrix:
5860 env : LARAVEL_VERSION=5.6.*
5961 - php : 7.2
6062 env : LARAVEL_VERSION=5.7.*
63+ - php : 7.2
64+ env : LARAVEL_VERSION=5.8.*
65+ - php : 7.3
66+ env : LARAVEL_VERSION=5.1.*
67+ - php : 7.3
68+ env : LARAVEL_VERSION=5.2.*
69+ - php : 7.3
70+ env : LARAVEL_VERSION=5.3.*
71+ - php : 7.3
72+ env : LARAVEL_VERSION=5.4.*
73+ - php : 7.3
74+ env : LARAVEL_VERSION=5.5.*
75+ - php : 7.3
76+ env : LARAVEL_VERSION=5.6.*
77+ - php : 7.3
78+ env : LARAVEL_VERSION=5.7.*
79+ - php : 7.3
80+ env : LARAVEL_VERSION=5.8.*
6181 - php : hhvm-3.18
6282 env : LARAVEL_VERSION=5.1.*
6383 dist : trusty
@@ -82,4 +102,4 @@ install:
82102before_script :
83103 - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar ; fi
84104
85- script : vendor/bin/phpunit
105+ script : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments