Skip to content

Commit

Permalink
Fix #1163 : no longer require intl
Browse files Browse the repository at this point in the history
Fix for #1163
  • Loading branch information
yuorfaec authored Dec 8, 2021
1 parent 5b51765 commit b0007da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: PHP${{ matrix.php-versions }} - ${{ matrix.sql-versions }} - ${{ matrix.mode }}

env:
extensions: bcmath, curl, dom, gd, imagick, json, libxml, mbstring, pcntl, pdo, pdo_sqlite, pdo_mysql, pdo_pgsql, pgsql, sqlite3, zip, intl
extensions: bcmath, curl, dom, gd, imagick, json, libxml, mbstring, pcntl, pdo, pdo_sqlite, pdo_mysql, pdo_pgsql, pgsql, sqlite3, zip
key: cache-v1 # can be any string, change to clear the extension cache.

steps:
Expand Down

0 comments on commit b0007da

Please sign in to comment.