summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
}
}