File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99
1010matrix :
1111 allow_failures :
12- - php : 5.4 # Allow PHP 5.4 failures because Laravel 5.1 requires PHP >= 5.5
12+ - php : 5.4 # Allow PHP 5.4 failures because Laravel >= 5.1 requires PHP >= 5.5
1313 - php : hhvm
1414 - php : 7.0
1515
@@ -18,10 +18,11 @@ sudo: false
1818env :
1919 - LARAVEL_VERSION="~5.0.0" TESTBENCH_VERSION="~3.0.0"
2020 - LARAVEL_VERSION="~5.1.0" TESTBENCH_VERSION="~3.1.0"
21+ - LARAVEL_VERSION="~5.2.0" TESTBENCH_VERSION="~3.2.0"
2122
2223before_install :
23- - sed -i s/~5.0.0\|\|~5.1.0/${LARAVEL_VERSION}/ composer.json
24- - sed -i s/~3.0.0\|\|~3.1.0/${TESTBENCH_VERSION}/ composer.json
24+ - sed -i s/~5.0.0\|\|~5.1.0\|\|~5.2.0 /${LARAVEL_VERSION}/ composer.json
25+ - sed -i s/~3.0.0\|\|~3.1.0\|\|~3.2.0 /${TESTBENCH_VERSION}/ composer.json
2526 - composer update # Use update since we'll be changing the composer.json
2627
2728script : vendor/bin/phpunit tests
You can’t perform that action at this time.
0 commit comments