mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
attempting to fix windows unit tests
This commit is contained in:
parent
51a867bc20
commit
09a2c5c3b9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: gd, sqlite3
|
||||
extensions: gd, pdo_sqlite3, sqlite3
|
||||
- name: Remove composer lock
|
||||
run: rm composer.lock
|
||||
- name: Setup PHPunit
|
||||
|
Loading…
Reference in New Issue
Block a user