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

merge-requests/4833/head
catch 2023-09-18 21:03:35 +01:00
parent 63df811eea
commit d122a251e4
1 changed files with 12 additions and 0 deletions

View File

@ -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: