Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv authored Mar 20, 2024
1 parent 2febd51 commit 780c826
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jobs:
postgresql user: $DB_USER
postgresql password: $DB_PW

- name: Install PostgreSQL 12
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
uses: CasperWA/[email protected]
with:
postgresql version: 12
postgresql db: $DB_NAME
postgresql user: $DB_USER
postgresql password: $DB_PW

- name: Install PostgreSQL min
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
uses: CasperWA/[email protected]
Expand Down

0 comments on commit 780c826

Please sign in to comment.