Skip to content

Commit 5bb9ab1

Browse files
committed
Test more combos
1 parent 8761816 commit 5bb9ab1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ jobs:
2626
# setup-php doesn't support thread safe PHP on Linux and macOS.
2727
- os: macos-latest
2828
phpts: ts
29+
- os: ubuntu-latest
30+
phpts: ts
2931
- os: macos-latest
3032
clang: "17"
3133
- os: ubuntu-latest
32-
phpts: ts
34+
clang: "15"
35+
- os: windows-latest
36+
clang: "15"
3337
env:
3438
CARGO_TERM_COLOR: always
3539
steps:

0 commit comments

Comments
 (0)