File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ matrix:
44
44
env : LARAVEL_VERSION=5.6.*
45
45
- php : 7.1
46
46
env : LARAVEL_VERSION=5.7.*
47
+ - php : 7.1
48
+ env : LARAVEL_VERSION=5.8.*
47
49
- php : 7.2
48
50
env : LARAVEL_VERSION=5.1.*
49
51
- php : 7.2
@@ -58,6 +60,24 @@ matrix:
58
60
env : LARAVEL_VERSION=5.6.*
59
61
- php : 7.2
60
62
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.*
61
81
- php : hhvm-3.18
62
82
env : LARAVEL_VERSION=5.1.*
63
83
dist : trusty
@@ -82,4 +102,4 @@ install:
82
102
before_script :
83
103
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar ; fi
84
104
85
- script : vendor/bin/phpunit
105
+ script : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments