diff options
| author | Zhineng Li <[email protected]> | 2026-01-21 15:57:44 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-21 16:00:18 +0800 |
| commit | a00d74ff1c3f429239ef93787065c4376c54fabd (patch) | |
| tree | d40828d6abeca2f0bad1f980f778d5dec0b39bb4 /composer.json | |
| parent | 0fb3d952feed9773a777a336286b68e1f78e13c2 (diff) | |
| download | region-china-a00d74ff1c3f429239ef93787065c4376c54fabd.tar.gz region-china-a00d74ff1c3f429239ef93787065c4376c54fabd.zip | |
matrix test
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" + ] } } |
