File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 postgresql password : $DB_PW
5353
5454 - name : Install PostgreSQL 16
55- if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6 -max'
55+ if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '5 -max'
56565757 with :
5858 postgresql version : 16
6161 postgresql password : $DB_PW
6262
6363 - name : Install PostgreSQL min
64- if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6 -min'
64+ if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '5 -min'
65656666 with :
6767 postgresql version : 9
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ "$DB_NAME" = "" ]; then
1616fi
1717
1818DB_HOSTNAME=${DB_HOSTNAME-127.0.0.1} ;
19- DB_PW=${DB_PW-$PGPASSWORD } ; .0.1} ;
19+ DB_PW=${DB_PW-$PGPASSWORD } ;
2020DB_PORT=${DB_PORT-5432} ;
2121
2222if [ -z " $DB_PW " ]; then
You can’t perform that action at this time.
0 commit comments