Skip to content

Commit c840165

Browse files
committed
Add tests for rdkafka
1 parent 4e95d96 commit c840165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
2121
$extensions = match (PHP_OS_FAMILY) {
22-
'Linux', 'Darwin' => 'gmssl',
23-
'Windows' => 'gmssl',
22+
'Linux', 'Darwin' => 'rdkafka',
23+
'Windows' => 'rdkafka',
2424
};
2525

2626
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
2727
$with_libs = match (PHP_OS_FAMILY) {
28-
'Linux', 'Darwin' => 'liblz4',
28+
'Linux', 'Darwin' => '',
2929
'Windows' => '',
3030
};
3131

0 commit comments

Comments
 (0)