test with modules to build

linux should use install-modules now, macOS should not (zip is not built with php)
This commit is contained in:
Marc 2025-10-19 11:03:39 +02:00 committed by GitHub
parent 8ab09898f0
commit 4cdefeab81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,8 +55,8 @@ $extensions = match (PHP_OS_FAMILY) {
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
$shared_extensions = match (PHP_OS_FAMILY) {
'Linux' => '',
'Darwin' => '',
'Linux' => 'mysqli',
'Darwin' => 'zip',
'Windows' => '',
};