We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7897e commit 5a5f54bCopy full SHA for 5a5f54b
1 file changed
src/globals/test-extensions.php
@@ -13,7 +13,7 @@
13
14
// test php version (8.1 ~ 8.4 available, multiple for matrix)
15
$test_php_version = [
16
- '8.1',
+ // '8.1',
17
// '8.2',
18
// '8.3',
19
'8.4',
@@ -43,7 +43,7 @@
43
$upx = false;
44
45
// whether to test frankenphp build, only available for macOS and linux
46
-$frankenphp = true;
+$frankenphp = false;
47
48
// prefer downloading pre-built packages to speed up the build process
49
$prefer_pre_built = false;
0 commit comments