From 4aad07d551b920a61596cf27c9357f92c6516717 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Wed, 21 Jan 2026 10:49:17 +0800 Subject: matrix test --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 07e888d..001780a 100644 --- a/composer.json +++ b/composer.json @@ -24,5 +24,14 @@ }, "require-dev": { "phpunit/phpunit": "^12" + }, + "scripts": { + "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