Skip to content

Commit 70f68a2

Browse files
committed
fix: added missing pgsql extension on github actions
1 parent 8bac828 commit 70f68a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
php-version: "${{ matrix.php-version }}"
7878
dependencies: "${{ matrix.dependencies }}"
7979
coverage: 'pcov'
80-
extensions: ':psr, bcmath, dom, hash, json, mbstring, xml, xmlwriter, xmlreader, zlib, curl'
80+
extensions: ':psr, bcmath, dom, hash, json, mbstring, xml, xmlwriter, xmlreader, zlib, curl, pgsql'
8181
ini-values: 'memory_limit=-1, post_max_size=32M, upload_max_filesize=32M'
8282
apt-packages: "build-essential autoconf automake libtool protobuf-compiler libprotobuf-c-dev"
8383
pie-extensions: "flow-php/pg-query-ext:1.x-dev"

0 commit comments

Comments
 (0)