Skip to content

Commit e56c628

Browse files
committed
Add windows tests
1 parent c604f88 commit e56c628

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
// 'macos-13', // bin/spc for x86_64
2525
// 'macos-14', // bin/spc for arm64
2626
// 'macos-15', // bin/spc for arm64
27-
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
27+
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
2828
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
2929
// 'ubuntu-24.04', // bin/spc for x86_64
3030
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3131
// 'ubuntu-24.04-arm', // bin/spc for arm64
32-
// 'windows-latest', // .\bin\spc.ps1
32+
'windows-latest', // .\bin\spc.ps1
3333
];
3434

3535
// whether enable thread safe
@@ -49,7 +49,7 @@
4949
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5050
$extensions = match (PHP_OS_FAMILY) {
5151
'Linux', 'Darwin' => 'imap,swoole',
52-
'Windows' => 'intl',
52+
'Windows' => 'curl',
5353
};
5454

5555
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).

0 commit comments

Comments
 (0)