Issue #3387732 by andypost: Add postgresql 15/16 to testing matrix
parent
63df811eea
commit
d122a251e4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue