mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
Use php 7.2 instead of 7.1
This commit is contained in:
parent
9590727df4
commit
337a622fcb
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ env:
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- '7.1'
|
- '7.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
@ -25,4 +25,4 @@ before_script:
|
||||||
script: vendor/bin/phpunit -v --coverage-clover=coverage.xml
|
script: vendor/bin/phpunit -v --coverage-clover=coverage.xml
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue