We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2febd51 commit 780c826Copy full SHA for 780c826
.github/workflows/ci.yml
@@ -46,15 +46,6 @@ jobs:
46
postgresql user: $DB_USER
47
postgresql password: $DB_PW
48
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
-
58
- name: Install PostgreSQL min
59
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
60
uses: CasperWA/[email protected]
0 commit comments