From a00d74ff1c3f429239ef93787065c4376c54fabd Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Wed, 21 Jan 2026 15:57:44 +0800 Subject: matrix test --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'composer.json') 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" + ] } } -- cgit v1.2.3