We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72da9c commit 9c27c64Copy full SHA for 9c27c64
.github/workflows/build.yml
@@ -90,7 +90,9 @@ jobs:
90
# ext-php-rs requires nightly Rust when on Windows.
91
- os: windows-latest
92
rust: stable
93
- # setup-php doesn't support thread safe PHP on Linux and macOS.
+ # setup-php doesn't support thread safe PHP on macOS with embed
94
+ - os: macos-latest
95
+ phpts: ts
96
- os: macos-latest
97
clang: "17"
98
- os: ubuntu-latest
0 commit comments