mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Mod ci install extensions
This commit is contained in:
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
|
extensions: bcmath,gmp,intl
|
||||||
env:
|
env:
|
||||||
runner: ubuntu-18.04
|
runner: ubuntu-18.04
|
||||||
|
|
||||||
@@ -36,7 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
composer require --no-update --no-interaction "laravel/framework:${{ matrix.laravel-version }}"
|
composer require --no-update --no-interaction "laravel/framework:${{ matrix.laravel-version }}"
|
||||||
composer validate
|
composer validate
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user