Skip to content

Commit da8debd

Browse files
committed
test php 8.5 with gettext
1 parent ef5e664 commit da8debd

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
@@ -16,16 +16,16 @@
1616
// '8.1',
1717
// '8.2',
1818
// '8.3',
19-
'8.4',
20-
// '8.5',
19+
// '8.4',
20+
'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
2727
'macos-15', // bin/spc for arm64
28-
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
28+
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
2929
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
3030
'ubuntu-24.04', // bin/spc for x86_64
3131
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
@@ -49,7 +49,7 @@
4949

5050
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5151
$extensions = match (PHP_OS_FAMILY) {
52-
'Linux', 'Darwin' => 'spx',
52+
'Linux', 'Darwin' => 'gettext',
5353
'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',
5454
};
5555

0 commit comments

Comments
 (0)