Skip to content

Commit b9556f7

Browse files
Remove extension 'intl' from PHP setup for testing (#912)
1 parent 3340357 commit b9556f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php }}
33-
extensions: dom, curl, libxml, mbstring, zip, intl, iconv, json, simplexml
33+
extensions: dom, curl, libxml, mbstring, zip, iconv, json, simplexml
3434
ini-values: memory_limit=256M,post_max_size=256M
3535
coverage: pcov
3636

0 commit comments

Comments
 (0)