Commit e4a65dd9 authored by catch's avatar catch
Browse files

Issue #3388309 by catch: Only run one postgres version on commit

(cherry picked from commit 3ec60b18)
parent 6155e35d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -170,13 +170,13 @@ stages:
    _TARGET_DB: "mysql-8"

'PHP 8.2 PostgreSQL 14.1':
  <<: [ *default-stage, *run-on-commit ]
  <<: [ *default-stage, *run-daily ]
  variables:
    _TARGET_PHP: "8.2"
    _TARGET_DB: "pgsql-14.1"

'PHP 8.2 PostgreSQL 15':
  <<: [ *default-stage, *run-on-commit ]
  <<: [ *default-stage, *run-daily ]
  variables:
    _TARGET_PHP: "8.2"
    _TARGET_DB: "pgsql-15"