mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-20 07:21:57 +02:00
Fix: Use extensions key instead of deprecated extension-csv (#1898)
This commit is contained in:
parent
4da5af3c46
commit
6283e7412a
6
.github/workflows/continuous-integration.yml
vendored
6
.github/workflows/continuous-integration.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v1
|
||||
with:
|
||||
coverage: none
|
||||
extension-csv: "intl"
|
||||
extensions: "intl"
|
||||
php-version: ${{ matrix.php-version }}
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v1
|
||||
with:
|
||||
coverage: none
|
||||
extension-csv: "intl"
|
||||
extensions: "intl"
|
||||
php-version: ${{ matrix.php-version }}
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v1
|
||||
with:
|
||||
coverage: xdebug
|
||||
extension-csv: "intl"
|
||||
extensions: "intl"
|
||||
php-version: ${{ matrix.php-version }}
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
|
Loading…
x
Reference in New Issue
Block a user