mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 06:38:34 +01:00
Drop PHP 7.2 support & add PHP 7.4 to CI
This commit is contained in:
parent
b566c233e6
commit
89eb860b28
@ -1,8 +1,8 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
|
||||
before_script:
|
||||
- cp .env.travis .env
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user