Skip to content

Commit c4afe94

Browse files
committed
Trying to fix PGSQL
1 parent c2f9ab4 commit c4afe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
uses: "shivammathur/setup-php@v2"
238238
with:
239239
php-version: "${{ matrix.php-version }}"
240-
extensions: ""
240+
extensions: "pgsql"
241241
coverage: "pcov"
242242

243243
- name: "Cache dependencies installed with composer"

0 commit comments

Comments
 (0)