1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:14:04 +00:00

Laravel 7 support

This commit is contained in:
Samuel Štancl 2020-03-04 20:04:03 +01:00
parent 292b7acd16
commit 97348e960b
3 changed files with 26 additions and 24 deletions

View file

@ -1,9 +1,10 @@
# env:
# - LARAVEL_VERSION="^6.0" TESTBENCH_VERSION="~4.0" REDIS_DRIVER=phpredis
env:
- LARAVEL_VERSION="^6.0"
- LARAVEL_VERSION="^7.0"
language: php
php:
- '7.2'
- '7.4'
services:
- docker
@ -11,8 +12,8 @@ services:
before_install:
- docker-compose up -d
# install:
# - travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION" "orchestra/testbench:$TESTBENCH_VERSION"
install:
- travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
install:
- travis_retry docker-compose exec test composer install --no-interaction