1
0
Fork 0

Fix: Install ext-intl

pull/8821/head
Andreas Möller 2020-04-22 07:57:06 +02:00
parent e25bea0343
commit f9032087ba
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
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 }}"