Skip to content

Commit 71621ca

Browse files
authored
Update build-php-unix.yml
1 parent 8a0e1d0 commit 71621ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
if: matrix.runner != 'ubuntu-20.04'
8484
uses: shivammathur/setup-php@v2
8585
with:
86-
php-version: 8.2
86+
php-version: 8.4
8787
tools: pecl, composer
88-
extensions: curl, openssl, mbstring
88+
extensions: curl, openssl, mbstring, filter
8989
ini-values: memory_limit=-1
9090

9191
- name: "Cache composer packages"

0 commit comments

Comments
 (0)