Skip to content

Commit 589a4a9

Browse files
committed
test rdkafka with all suggested libs
1 parent 944e314 commit 589a4a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/globals/test-extensions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
// test php version (8.1 ~ 8.4 available, multiple for matrix)
1515
$test_php_version = [
16-
'8.1',
17-
'8.2',
18-
'8.3',
16+
// '8.1',
17+
// '8.2',
18+
// '8.3',
1919
'8.4',
20-
'8.5',
20+
// '8.5',
2121
// 'git',
2222
];
2323

@@ -62,7 +62,7 @@
6262
};
6363

6464
// If you want to test lib-suggests for all extensions and libraries, set it to true.
65-
$with_suggested_libs = false;
65+
$with_suggested_libs = true;
6666

6767
// If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true.
6868
$with_libs = match (PHP_OS_FAMILY) {

0 commit comments

Comments
 (0)