mirror of
https://github.com/filegator/filegator.git
synced 2025-08-13 20:24:31 +02:00
github actions - add php extensions
This commit is contained in:
1
.github/workflows/php.yml
vendored
1
.github/workflows/php.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v1
|
uses: shivammathur/setup-php@v1
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
|
extensions: mbstring, zip
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --no-interaction
|
run: composer install --no-interaction
|
||||||
|
Reference in New Issue
Block a user