Only support PHP 7.4
This commit is contained in:
parent
945cd2ad76
commit
3730eef869
2 changed files with 2 additions and 3 deletions
|
@ -30,8 +30,7 @@ env:
|
|||
- setup=basic
|
||||
|
||||
php:
|
||||
- 7.3
|
||||
- 7.4.2
|
||||
- 7.4
|
||||
|
||||
before_install:
|
||||
- printf "\n" | pecl install imagick
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"license": "CC0-1.0",
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
"php": "^7.4",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-dom": "*",
|
||||
|
|
Loading…
Add table
Reference in a new issue