Skip to content

Commit 62c4310

Browse files
committed
chore: add support for PHP 8.5
1 parent 605de87 commit 62c4310

3 files changed

Lines changed: 209 additions & 442 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
strategy:
2121
matrix:
22-
php-version: [ "8.3" ]
22+
php-version: [ "8.5" ]
2323
clang: [ "16" ]
2424
target: [ "x86_64-unknown-linux-gnu" ]
2525

@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
matrix:
8585
clang: [ "16" ]
86-
php-version: [ "8.2", "8.3", "8.4" ]
86+
php-version: [ "8.2", "8.3", "8.4", "8.5" ]
8787
target: [ x86_64-pc-windows-msvc, aarch64-apple-darwin, x86_64-apple-darwin, x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu ]
8888
phpts: [ "nts", "ts" ]
8989
include:

0 commit comments

Comments
 (0)