Skip to content

Commit 8761816

Browse files
committed
Test more combos
1 parent 6c0719c commit 8761816

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
php: ["8.0", "8.1", "8.2", "8.3"]
1919
rust: [stable, nightly]
20-
clang: ["16"]
20+
clang: ["15", "17"]
2121
phpts: [ts, nts]
2222
exclude:
2323
# ext-php-rs requires nightly Rust when on Windows.
@@ -26,6 +26,8 @@ jobs:
2626
# setup-php doesn't support thread safe PHP on Linux and macOS.
2727
- os: macos-latest
2828
phpts: ts
29+
- os: macos-latest
30+
clang: "17"
2931
- os: ubuntu-latest
3032
phpts: ts
3133
env:

0 commit comments

Comments
 (0)