From 482dd1f799be24a0f8df83a3ddaeaec0a9965c1f Mon Sep 17 00:00:00 2001 From: Sam Hauglustaine Date: Wed, 18 Jun 2025 11:14:59 +0200 Subject: [PATCH 1/2] fix syntax error in pgsql test setup --- tests/bin/setup.pgsql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 33b62080ba1950e7f8447dfe3903361f2d88cc28 Mon Sep 17 00:00:00 2001 From: Sam Hauglustaine Date: Wed, 18 Jun 2025 11:25:43 +0200 Subject: [PATCH 2/2] fix php and symfony version match in pgsql install --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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