Skip to content

Commit d411fac

Browse files
authored
add framework coreservices to watcher library (#1082)
2 parents fef3612 + ddb9e3e commit d411fac

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

config/lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,9 @@
998998
],
999999
"headers": [
10001000
"wtr/watcher-c.h"
1001+
],
1002+
"frameworks": [
1003+
"CoreServices"
10011004
]
10021005
},
10031006
"xz": {

src/globals/test-extensions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
// '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 = [
26-
// 'macos-15-intel', // bin/spc for x86_64
27-
// 'macos-15', // bin/spc for arm64
26+
'macos-15-intel', // bin/spc for x86_64
27+
'macos-15', // bin/spc for arm64
2828
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
2929
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
30-
'ubuntu-24.04', // bin/spc 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
@@ -43,7 +43,7 @@
4343
$upx = false;
4444

4545
// whether to test frankenphp build, only available for macOS and linux
46-
$frankenphp = false;
46+
$frankenphp = true;
4747

4848
// prefer downloading pre-built packages to speed up the build process
4949
$prefer_pre_built = false;

0 commit comments

Comments
 (0)