Skip to content

Commit 0a40d49

Browse files
committed
chore: add support for PHP 8.5
1 parent 350ddf3 commit 0a40d49

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
strategy:
2828
matrix:
29-
php-version: [ "8.3" ]
29+
php-version: [ "8.5" ]
3030
clang: [ "16" ]
3131
target: [ "x86_64-unknown-linux-gnu" ]
3232

@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
matrix:
9797
clang: [ "16" ]
98-
php-version: [ "8.2", "8.3", "8.4" ]
98+
php-version: [ "8.2", "8.3", "8.4", "8.5" ]
9999
target: [ x86_64-pc-windows-msvc, aarch64-apple-darwin, x86_64-apple-darwin, x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu ]
100100
phpts: [ "nts", "ts" ]
101101
include:

0 commit comments

Comments
 (0)