File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,9 @@ matrix:
199199 env : LARAVEL='8.*' TESTBENCH='6.*' PHPUNIT='>=9' COMPOSER_FLAGS='--prefer-lowest'
200200 - php : 7.4
201201 env : LARAVEL='8.*' TESTBENCH='6.*' PHPUNIT='>=9' COMPOSER_FLAGS='--prefer-stable'
202+ - php : 8.0
203+ dist : xenial
204+ env : LARAVEL='8.*' TESTBENCH='6.*' PHPUNIT='>=9' COMPOSER_FLAGS='--prefer-stable'
202205 fast_finish : true
203206
204207before_install :
@@ -211,4 +214,5 @@ install:
211214 - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction --no-suggest
212215
213216script :
214- - vendor/bin/phpunit
217+ - vendor/bin/phpunit
218+
Original file line number Diff line number Diff line change 5252 "source" : " https://github.com/rmariuzzo/laravel-js-localization"
5353 },
5454 "require" : {
55- "php" : " ^5.4 || ^7.0" ,
55+ "php" : " ^5.4 || ^7.0 || ^8.0 " ,
5656 "illuminate/config" : " ^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
5757 "illuminate/console" : " ^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
5858 "illuminate/filesystem" : " ^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
8080 ]
8181 }
8282 }
83- }
83+ }
You can’t perform that action at this time.
0 commit comments