Skip to content

Commit 117fd6e

Browse files
committed
Update setup-php-sdk to enable PHP 8.5 builds
1 parent c41c003 commit 117fd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/windows/prepare-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
steps:
2323
- name: Setup PHP SDK
2424
id: setup-php
25-
uses: php/setup-php-sdk@v0.10
25+
uses: php/setup-php-sdk@v0.11
2626
with:
2727
version: ${{ inputs.version }}
2828
arch: ${{ inputs.arch }}

0 commit comments

Comments
 (0)