Skip to content

Commit a1294f9

Browse files
authored
Update pack-libs.yml
1 parent f34a7a1 commit a1294f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack-libs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
if: matrix.runner != 'ubuntu-20.04'
125125
uses: shivammathur/setup-php@v2
126126
with:
127-
php-version: 8.2
127+
php-version: 8.4
128128
tools: pecl, composer
129-
extensions: curl, openssl, mbstring
129+
extensions: curl, openssl, mbstring, filter
130130
ini-values: memory_limit=-1
131131

132132
- name: "Cache composer packages"

0 commit comments

Comments
 (0)