1
0
Эх сурвалжийг харах

attempting to fix windows unit tests

El RIDO 6 жил өмнө
parent
commit
09a2c5c3b9

+ 1 - 1
.github/workflows/tests.yml

@@ -25,7 +25,7 @@ jobs:
       uses: shivammathur/setup-php@v2
       uses: shivammathur/setup-php@v2
       with:
       with:
         php-version: ${{ matrix.php-versions }}
         php-version: ${{ matrix.php-versions }}
-        extensions: gd, sqlite3
+        extensions: gd, pdo_sqlite3, sqlite3
     - name: Remove composer lock
     - name: Remove composer lock
       run: rm composer.lock
       run: rm composer.lock
     - name: Setup PHPunit
     - name: Setup PHPunit