File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 5151 postgresql user : $DB_USER
5252 postgresql password : $DB_PW
5353
54- - name : Install PostgreSQL min
54+ - name : Install PostgreSQL 16
55+ if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-max'
56+ 57+ with :
58+ postgresql version : 16
59+ postgresql db : $DB_NAME
60+ postgresql user : $DB_USER
61+ postgresql password : $DB_PW
62+
63+ - name : Install PostgreSQL 12
5564 if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
566566+ with :
67+ postgresql version : 12
68+ postgresql db : $DB_NAME
69+ postgresql user : $DB_USER
70+ postgresql password : $DB_PW
71+
72+ - name : Install PostgreSQL min
73+ if : matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-min'
74+ 5775 with :
5876 postgresql version : 9
5977 postgresql db : $DB_NAME
You can’t perform that action at this time.
0 commit comments