mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 16:16:50 +02:00
fix CI workflow / xdebug
This commit is contained in:
1
.github/workflows/php.yml
vendored
1
.github/workflows/php.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
extensions: mbstring, zip, sqlite3
|
extensions: mbstring, zip, sqlite3
|
||||||
|
coverage: xdebug
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --no-interaction
|
run: composer install --no-interaction
|
||||||
|
Reference in New Issue
Block a user