diff --git a/.laminas-ci.json b/.laminas-ci.json index 0967ef4..162f30b 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1 +1,15 @@ -{} +{ + "additional_checks": [ + { + "name": "Run Tests on 8.4", + "job": { + "php": "8.4", + "dependencies": "latest", + "command": "vendor/bin/phpunit" + } + } + ], + "ignore_php_platform_requirements": { + "8.4": true + } +}