Skip to content

Commit 5a5f54b

Browse files
committed
brilliant to test php 8.1
1 parent 8f7897e commit 5a5f54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globals/test-extensions.php

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

1414
// test php version (8.1 ~ 8.4 available, multiple for matrix)
1515
$test_php_version = [
16-
'8.1',
16+
// '8.1',
1717
// '8.2',
1818
// '8.3',
1919
'8.4',
@@ -43,7 +43,7 @@
4343
$upx = false;
4444

4545
// whether to test frankenphp build, only available for macOS and linux
46-
$frankenphp = true;
46+
$frankenphp = false;
4747

4848
// prefer downloading pre-built packages to speed up the build process
4949
$prefer_pre_built = false;

0 commit comments

Comments
 (0)