summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d74b4a..42a1595 100644
--- a/README.md
+++ b/README.md
@@ -100,8 +100,16 @@ echo $structure->size(); // 63
## Testing
+Run the test suite locally:
+
+```bash
+composer test
+```
+
+Test across all PHP versions and dependency modes:
+
```bash
-composer run test
+composer matrix
```
## License