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.
1 parent bde8248 commit 35141d6Copy full SHA for 35141d6
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Install libclang for Linux
64
if: matrix.os == 'ubuntu-24.04'
65
- run: sudo apt-get install -y llvm-10-dev libclang-10-dev
+ run: sudo apt-get install -y llvm-18-dev libclang-18-dev
66
67
- name: Setup libclang for Macos
68
if: matrix.os == 'macos-14'
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v2
33
34
- name: Install libclang
35
36
37
- name: Setup PHP
38
uses: shivammathur/setup-php@v2
0 commit comments