Skip to content

Commit a66abfa

Browse files
committed
test all OS
1 parent 2551772 commit a66abfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/globals/test-extensions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
// '8.3',
1919
'8.4',
2020
// '8.5',
21-
'git',
21+
// 'git',
2222
];
2323

2424
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2525
$test_os = [
26-
// 'macos-13', // bin/spc for x86_64
26+
'macos-13', // bin/spc for x86_64
2727
// 'macos-14', // bin/spc for arm64
28-
// 'macos-15', // bin/spc for arm64
28+
'macos-15', // bin/spc for arm64
2929
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
30-
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
30+
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
3131
'ubuntu-24.04', // bin/spc for x86_64
3232
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3333
'ubuntu-24.04-arm', // bin/spc for arm64
@@ -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' => 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pdo,pdo_mysql,pdo_sqlite,phar,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip',
53+
'Linux', 'Darwin' => 'gd',
5454
'Windows' => 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pdo,pdo_mysql,pdo_sqlite,phar,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip',
5555
};
5656

0 commit comments

Comments
 (0)