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

Utilise la même version de PHP que composer pour les tests.

No related merge requests found
Pipeline #16929 failed with stages
in 24 minutes and 56 seconds
Showing with 9 additions and 9 deletions
+9 -9
...@@ -28,15 +28,15 @@ ...@@ -28,15 +28,15 @@
}, },
"scripts": { "scripts": {
"test": [ "test": [
"vendor/bin/composer-require-checker -V", "@php vendor/bin/composer-require-checker -V",
"vendor/bin/php-cs-fixer -V", "@php vendor/bin/php-cs-fixer -V",
"vendor/bin/phpcpd --version", "@php vendor/bin/phpcpd --version",
"vendor/bin/phploc --version", "@php vendor/bin/phploc --version",
"vendor/bin/phpmd --version", "@php vendor/bin/phpmd --version",
"vendor/bin/phpstan -V", "@php vendor/bin/phpstan -V",
"vendor/bin/parallel-lint -V", "@php vendor/bin/parallel-lint -V",
"vendor/bin/phpunit --version", "@php vendor/bin/phpunit --version",
"vendor/bin/security-checker -V" "@php vendor/bin/security-checker -V"
] ]
} }
} }
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