Skip to content

Commit f34a7a1

Browse files
authored
Update build-php-windows.yml
1 parent 71621ca commit f34a7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: "Setup PHP"
5555
uses: shivammathur/setup-php@v2
5656
with:
57-
php-version: 8.2
57+
php-version: 8.4
5858
tools: pecl, composer
59-
extensions: curl, openssl, mbstring
59+
extensions: curl, openssl, mbstring, filter
6060
ini-values: memory_limit=-1
6161

6262
- name: "Cache composer packages"

0 commit comments

Comments
 (0)