Skip to content

Commit 3fe50e9

Browse files
committed
let tests succeed
1 parent 0524129 commit 3fe50e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/globals/test-extensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
$no_strip = false;
3636

3737
// compress with upx
38-
$upx = true;
38+
$upx = false;
3939

4040
// prefer downloading pre-built packages to speed up the build process
41-
$prefer_pre_built = true;
41+
$prefer_pre_built = false;
4242

4343
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
4444
$extensions = match (PHP_OS_FAMILY) {

0 commit comments

Comments
 (0)