diff --git a/composer.json b/composer.json index 78aea83..45f8bf7 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ "ci:php": [ "@ci:php:stan" ], "ci:php:stan": [ "Build/Scripts/runTests.sh -s phpstan -b docker" ], "ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ], - "ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker" ], - "ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker" ], + "ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker -p 8.2" ], + "ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker -p 8.2" ], "ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker" ] }, "config": {