Commit d5e0a746 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajout des tests sur PHP 5.6.

Showing with 4 additions and 1 deletion
+4 -1
...@@ -20,6 +20,9 @@ stages: ...@@ -20,6 +20,9 @@ stages:
paths: paths:
- "${COMPOSER_CACHE_DIR}" - "${COMPOSER_CACHE_DIR}"
"5.6":
<<: *test
"7.0": "7.0":
<<: *test <<: *test
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
], ],
"require": { "require": {
"php": "^7.0", "php": "^5.6 || ^7.0",
"ext-json": "*", "ext-json": "*",
"friendsofphp/php-cs-fixer": "^2.13" "friendsofphp/php-cs-fixer": "^2.13"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment