1
0
Fork 0

Merge pull request #8821 from localheinz/fix/extension

Fix: Install ext-intl
pull/8842/head
Jordi Boggiano 2020-04-22 08:08:04 +02:00 committed by GitHub
commit 53b081decd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
extensions: "intl"
ini-values: "memory_limit=-1"
php-version: "${{ matrix.php-version }}"