Skip to content

Commit

Permalink
[10.x] Fix tests failure on Windows (#49037)
Browse files Browse the repository at this point in the history
* add `intl` PHP extension on Windows

* re-run tests
  • Loading branch information
hafezdivandari committed Nov 18, 2023
1 parent 4bc11bb commit 5fca4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, gd, pdo_mysql, fileinfo, ftp, redis, memcached, gmp
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, gd, pdo_mysql, fileinfo, ftp, redis, memcached, gmp, intl
tools: composer:v2
coverage: none

Expand Down

0 comments on commit 5fca4af

Please sign in to comment.