Drop PHP 7.2 support & add PHP 7.4 to CI

This commit is contained in:
Bubka 2020-10-12 18:50:39 +02:00
parent b566c233e6
commit 89eb860b28
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
language: php
php:
- 7.2
- 7.3
- 7.4
before_script:
- cp .env.travis .env

View File

@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.2.5",
"php": "^7.3",
"appstract/laravel-options": "^4.1.1",
"doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2",