Skip to content

Commit fe114c6

Browse files
ci: add the environment variable for testing pdo-pgsql on github
1 parent 7d551a8 commit fe114c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
MYSQL_TEST_HOST: mysql
6262
PDO_MYSQL_TEST_DSN: mysql:host=mysql;dbname=test
6363
PDO_MYSQL_TEST_HOST: mysql
64+
PDO_PGSQL_TEST_DSN: pgsql:host=postgres port=5432 dbname=test user=postgres password=postgres
6465
strategy:
6566
fail-fast: false
6667
matrix:

0 commit comments

Comments
 (0)