Skip to content

Commit 3a94a89

Browse files
committed
Add pgsql
1 parent 8f12602 commit 3a94a89

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

php/Dockerfile-8.3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ ENV \
3939
php83-opcache \
4040
php83-ctype \
4141
php83-pdo_mysql \
42+
php83-pgsql \
43+
php83-pdo_pgsql \
4244
php83-pdo_sqlite \
4345
php83-sqlite3 \
4446
php83-intl \

php/Dockerfile-8.4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ ENV \
4040
php84-opcache \
4141
php84-ctype \
4242
php84-pdo_mysql \
43+
php84-pgsql \
44+
php84-pdo_pgsql \
4345
php84-pdo_sqlite \
4446
php84-sqlite3 \
4547
php84-intl \

0 commit comments

Comments
 (0)