diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d469af2f0..b6729905f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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