Skip to content

Commit 780c826

Browse files
authored
Update ci.yml
1 parent 2febd51 commit 780c826

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ jobs:
4646
postgresql user: $DB_USER
4747
postgresql password: $DB_PW
4848

49-
- name: Install PostgreSQL 12
50-
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
51-
uses: CasperWA/[email protected]
52-
with:
53-
postgresql version: 12
54-
postgresql db: $DB_NAME
55-
postgresql user: $DB_USER
56-
postgresql password: $DB_PW
57-
5849
- name: Install PostgreSQL min
5950
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
6051
uses: CasperWA/[email protected]

0 commit comments

Comments
 (0)