Commit 6155e35d authored by catch's avatar catch
Browse files

Issue #3387732 by andypost: Add postgresql 15/16 to testing matrix

(cherry picked from commit d122a251)
parent 2b212d6b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -175,6 +175,18 @@ stages:
    _TARGET_PHP: "8.2"
    _TARGET_DB: "pgsql-14.1"

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

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

# 'PHP 8.2 SQLite 3.34.0':
#   <<: [ *default-stage, *run-on-commit ]
#   variables: