Support PHP 8.0

This commit is contained in:
Vincent Chalamon
2020-11-05 11:43:58 +01:00
parent ca8796a20f
commit 9239ca7475
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
env:
- SYMFONY_VERSION=4.4.*

View File

@@ -17,7 +17,7 @@
],
"require": {
"php": "^7.2",
"php": ">=7.2",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^4.4|^5.0"