1
0
Fork 0
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:
Samuel Štancl 2019-02-27 20:25:02 +01:00 committed by GitHub
parent 9590727df4
commit 337a622fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)