mirror of
https://github.com/filegator/filegator.git
synced 2025-08-03 06:58:15 +02:00
tests fix - sqlite3 driver
This commit is contained in:
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@@ -19,7 +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
|
extensions: mbstring, zip, sqlite3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --no-interaction
|
run: composer install --no-interaction
|
||||||
|
Reference in New Issue
Block a user