Skip to content

Commit 896cf88

Browse files
committed
test readline
1 parent 6b91570 commit 896cf88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/globals/test-extensions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
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
2828
'macos-15', // bin/spc for arm64
2929
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
3030
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
31-
// 'ubuntu-24.04', // bin/spc for x86_64
31+
'ubuntu-24.04', // bin/spc for x86_64
3232
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
33-
// 'ubuntu-24.04-arm', // bin/spc for arm64
33+
'ubuntu-24.04-arm', // bin/spc for arm64
3434
// 'windows-latest', // .\bin\spc.ps1
3535
];
3636

@@ -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',
53+
'Linux', 'Darwin' => 'readline',
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)