Enable Travis on the master branch & Add PHP 8.1

This commit is contained in:
Bubka 2022-07-13 18:10:29 +02:00
parent 432f995922
commit 43069a5ecb

View File

@ -8,6 +8,7 @@ language: php
php:
- 7.4
- 8.0
- 8.1
services:
- mysql
@ -28,10 +29,10 @@ script:
after_success:
# Submit coverage report to https://codecov.io
# - bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
# Monitor only these branches
branches:
only:
# - master
- dev
- master
# - dev