composer require sqlite extension
CI / testsuite (mysql, 8.1, ) (push) Failing after 6m14s Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 5m35s Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m8s Details
CI / Coding Standard & Static Analysis (push) Has been cancelled Details

This commit is contained in:
Brandon Shipley 2025-08-12 01:11:11 -07:00
parent 003f5d17f1
commit 16f987b852
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, pdo_${{ matrix.db-type }}
extensions: mbstring, intl, sqlite, pdo_${{ matrix.db-type }}
coverage: pcov
- name: Get composer cache directory
@ -110,7 +110,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: mbstring, intl
extensions: mbstring, intl, sqlite
coverage: none
- name: Get composer cache directory