Skip to content

Commit

Permalink
Separate v16 from the v9 runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv authored Mar 20, 2024
1 parent 780c826 commit 7ed71c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
postgresql password: $DB_PW

- name: Install PostgreSQL 16
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-max'
uses: CasperWA/postgresql-action@v1.2
with:
postgresql version: 16
Expand All @@ -47,7 +47,7 @@ jobs:
postgresql password: $DB_PW

- name: Install PostgreSQL min
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-min'
uses: CasperWA/postgresql-action@v1.2
with:
postgresql version: 9
Expand Down

0 comments on commit 7ed71c2

Please sign in to comment.