We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1d106 commit 7f8e52fCopy full SHA for 7f8e52f
1 file changed
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: shivammathur/setup-php@v2
40
with:
41
php-version: ${{ matrix.php }}
42
- extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, mysql, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, redis
+ extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, mysql, sqlite, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, redis
43
coverage: none
44
45
- name: Set Docker containers
0 commit comments