mirror of
https://github.com/filegator/filegator.git
synced 2025-08-02 21:17:40 +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
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: mbstring, zip
|
||||
extensions: mbstring, zip, sqlite3
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --no-interaction
|
||||
|
Reference in New Issue
Block a user