Add 'imagick' and 'intl' to standalone array

This commit is contained in:
crazywhalecc
2026-05-08 23:11:48 +08:00
parent 1b30c98fbd
commit e4201a28ca

View File

@@ -49,6 +49,8 @@ class GenExtTestMatrixCommand extends BaseCommand
private const array STANDALONE = [ private const array STANDALONE = [
'grpc', 'grpc',
'glfw', 'glfw',
'imagick',
'intl',
]; ];
protected bool $no_motd = true; protected bool $no_motd = true;