Add dev:gen-ext-test-matrix command

This commit is contained in:
crazywhalecc
2026-05-08 15:57:15 +08:00
parent ca8a28a364
commit 9f80d6b2a8
2 changed files with 186 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ use StaticPHP\Command\Dev\DumpStagesCommand;
use StaticPHP\Command\Dev\EnvCommand;
use StaticPHP\Command\Dev\GenDepsDataCommand;
use StaticPHP\Command\Dev\GenExtDocsCommand;
use StaticPHP\Command\Dev\GenExtTestMatrixCommand;
use StaticPHP\Command\Dev\IsInstalledCommand;
use StaticPHP\Command\Dev\LintConfigCommand;
use StaticPHP\Command\Dev\PackageInfoCommand;
@@ -85,6 +86,7 @@ class ConsoleApplication extends Application
new PackageInfoCommand(),
new GenExtDocsCommand(),
new GenDepsDataCommand(),
new GenExtTestMatrixCommand(),
]);
// add additional commands from registries