mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-15 04:14:48 +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
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: bcmath,gmp,intl
|
||||
env:
|
||||
runner: ubuntu-18.04
|
||||
|
||||
@@ -36,7 +37,7 @@ jobs:
|
||||
run: |
|
||||
composer require --no-update --no-interaction "laravel/framework:${{ matrix.laravel-version }}"
|
||||
composer validate
|
||||
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user