Skip to content

Commit 27d4aa8

Browse files
authored
Merge pull request #287 from danog/clang
Run tests using clang 15/17
2 parents 1af2d54 + 5bb9ab1 commit 27d4aa8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 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: ["14"]
20+
clang: ["15", "17"]
2121
phpts: [ts, nts]
2222
exclude:
2323
# ext-php-rs requires nightly Rust when on Windows.
@@ -28,6 +28,12 @@ jobs:
2828
phpts: ts
2929
- os: ubuntu-latest
3030
phpts: ts
31+
- os: macos-latest
32+
clang: "17"
33+
- os: ubuntu-latest
34+
clang: "15"
35+
- os: windows-latest
36+
clang: "15"
3137
env:
3238
CARGO_TERM_COLOR: always
3339
steps:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: ["ubuntu-latest"]
1818
php: ["8.2"]
19-
clang: ["14"]
19+
clang: ["17"]
2020
mdbook: ["latest"]
2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)