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.
2 parents 1af2d54 + 5bb9ab1 commit 27d4aa8Copy full SHA for 27d4aa8
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
php: ["8.0", "8.1", "8.2", "8.3"]
19
rust: [stable, nightly]
20
- clang: ["14"]
+ clang: ["15", "17"]
21
phpts: [ts, nts]
22
exclude:
23
# ext-php-rs requires nightly Rust when on Windows.
@@ -28,6 +28,12 @@ jobs:
28
phpts: ts
29
- os: ubuntu-latest
30
31
+ - os: macos-latest
32
+ clang: "17"
33
+ - os: ubuntu-latest
34
+ clang: "15"
35
+ - os: windows-latest
36
37
env:
38
CARGO_TERM_COLOR: always
39
steps:
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
os: ["ubuntu-latest"]
php: ["8.2"]
+ clang: ["17"]
mdbook: ["latest"]
- name: Checkout code
0 commit comments