diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0b244f0..d413ca9 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,12 @@ "phpunit/phpunit": "^12" }, "scripts": { - "test": "phpunit" + "test": "phpunit", + "matrix": [ + "COMPOSER_FLAGS=--prefer-lowest docker compose run --rm php84", + "COMPOSER_FLAGS=--prefer-stable docker compose run --rm php84", + "COMPOSER_FLAGS=--prefer-lowest docker compose run --rm php85", + "COMPOSER_FLAGS=--prefer-stable docker compose run --rm php85" + ] } } |
