Skip to content
Snippets Groups Projects

Issue #3477291 : Add postgresql 17 to testing matrix

Closed Andrey Postnikov requested to merge issue/drupal-3477291:3477291-add-postgresql-17 into 11.x
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -242,6 +242,12 @@ default:
_TARGET_PHP: "8.3-ubuntu"
_TARGET_DB: "pgsql-16"
'PHP 8.3 PostgreSQL 17':
<<: [ *default-stage, *run-on-mr ]
variables:
_TARGET_PHP: "8.3-ubuntu"
_TARGET_DB: "pgsql-17"
'PHP 8.3 SQLite 3.45':
<<: [ *default-stage, *run-on-mr ]
variables:
@@ -282,6 +288,11 @@ default:
needs: [ '[Daily] PHP 8.3 MariaDB 10.6' ]
<<: [ *run-daily ]
'[Daily] PHP 8.3 PostgreSQL 17':
extends: 'PHP 8.3 PostgreSQL 17'
needs: [ '[Daily] PHP 8.3 MySQL 8.4' ]
<<: [ *run-daily ]
################
# Lint Jobs
################
Loading