Skip to content

Commit f7ca621

Browse files
committed
Test
1 parent 6b52000 commit f7ca621

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/globals/test-extensions.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
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',
19-
// '8.4',
19+
'8.4',
2020
'8.5',
2121
// 'git',
2222
];
2323

2424
// test os (macos-15-intel, macos-15, ubuntu-latest, windows-latest are available)
2525
$test_os = [
2626
'macos-15-intel', // bin/spc for x86_64
27-
// 'macos-15', // bin/spc for arm64
28-
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
29-
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
30-
// 'ubuntu-24.04', // bin/spc for x86_64
27+
'macos-15', // bin/spc for arm64
28+
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
29+
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
30+
'ubuntu-24.04', // bin/spc for x86_64
3131
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3232
// 'ubuntu-24.04-arm', // bin/spc for arm64
3333
// 'windows-2022', // .\bin\spc.ps1
@@ -50,7 +50,7 @@
5050

5151
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5252
$extensions = match (PHP_OS_FAMILY) {
53-
'Linux', 'Darwin' => 'imagick',
53+
'Linux', 'Darwin' => 'swoole,imagick',
5454
'Windows' => 'bcmath',
5555
};
5656

0 commit comments

Comments
 (0)