Skip to content

Commit 34f4bb6

Browse files
committed
chore: support php 8.5
1 parent d993126 commit 34f4bb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
id: extension-matrix
8181
uses: php/php-windows-builder/extension-matrix@v1
8282
with:
83-
php-version-list: '8.1,8.2,8.3,8.4'
83+
php-version-list: '8.1,8.2,8.3,8.4,8.5'
8484
arch-list: 'x64'
8585

8686
build-windows:
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
matrix:
128128
clang: [ "14" ]
129-
php-version: [ "8.1", "8.2", "8.3", "8.4" ]
129+
php-version: [ "8.1", "8.2", "8.3", "8.4", "8.5" ]
130130
target: [ aarch64-apple-darwin, x86_64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-gnu ]
131131
phpts: [ "nts", "ts" ]
132132
include:

0 commit comments

Comments
 (0)