mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-21 18:56:09 +01:00
[TASK] Add php 7.4 compatibility
This commit is contained in:
parent
db03cab79e
commit
22e617420f
2 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ jobs:
|
|||
env: TYPO3_VERSION=^9.5
|
||||
- php: 7.3
|
||||
env: TYPO3_VERSION=^9.5
|
||||
- php: 7.4
|
||||
env: TYPO3_VERSION=^9.5
|
||||
|
||||
- stage: test
|
||||
php: 7.2
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.0 <=7.3.99",
|
||||
"php": "^7.1",
|
||||
"typo3/cms-core": "^8.7.0 || ^9.5.0",
|
||||
"typo3/cms-form": "^8.7.0 || ^9.5.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue