Skip to content

Commit 838bb9f

Browse files
authored
Update symfony/polyfill-* (#1026)
1 parent 57c447c commit 838bb9f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.dev-tools/composer.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: '8.4'
21-
extensions: none, curl, dom, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
21+
extensions: none, curl, dom, iconv, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
2222
coverage: none
2323
- if: github.event_name != 'pull_request'
2424
run: rm ./.dev-tools/composer.lock
@@ -89,7 +89,7 @@ jobs:
8989
- uses: shivammathur/setup-php@v2
9090
with:
9191
php-version: ${{ matrix.php-version }}
92-
extensions: none, ctype, curl, dom, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
92+
extensions: none, ctype, curl, dom, iconv, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
9393
ini-values: pcov.directory=$GITHUB_WORKSPACE/src, zend.assertions=1
9494
coverage: ${{ (matrix.calculate-coverage && 'pcov') || 'none' }}
9595

0 commit comments

Comments
 (0)