Skip to content

Commit 6c0719c

Browse files
committed
Run tests using clang 16
1 parent 1af2d54 commit 6c0719c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 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: ["16"]
2121
phpts: [ts, nts]
2222
exclude:
2323
# ext-php-rs requires nightly Rust when on Windows.

.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)