diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14460f60f..a60182f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: postgresql password: $DB_PW - name: Install PostgreSQL 16 - if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-max' + if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '5-max' uses: CasperWA/postgresql-action@v1.2 with: postgresql version: 16 @@ -61,7 +61,7 @@ jobs: postgresql password: $DB_PW - name: Install PostgreSQL min - if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-min' + if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '5-min' uses: CasperWA/postgresql-action@v1.2 with: postgresql version: 9 diff --git a/tests/bin/setup.pgsql.sh b/tests/bin/setup.pgsql.sh index faec59eac..7779d2701 100755 --- a/tests/bin/setup.pgsql.sh +++ b/tests/bin/setup.pgsql.sh @@ -16,7 +16,7 @@ if [ "$DB_NAME" = "" ]; then fi DB_HOSTNAME=${DB_HOSTNAME-127.0.0.1}; -DB_PW=${DB_PW-$PGPASSWORD};.0.1}; +DB_PW=${DB_PW-$PGPASSWORD}; DB_PORT=${DB_PORT-5432}; if [ -z "$DB_PW" ]; then