Skip to content
Snippets Groups Projects
Unverified Commit 431db3b0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3477291 by andypost: Add postgresql 17 to testing matrix

parent 36b2bfae
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,12 @@ default: ...@@ -252,6 +252,12 @@ default:
_TARGET_PHP: "8.3-ubuntu" _TARGET_PHP: "8.3-ubuntu"
_TARGET_DB: "pgsql-16" _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': 'PHP 8.3 SQLite 3.45':
<<: [ *default-stage, *run-on-mr ] <<: [ *default-stage, *run-on-mr ]
variables: variables:
...@@ -292,6 +298,11 @@ default: ...@@ -292,6 +298,11 @@ default:
needs: [ '[Daily] PHP 8.3 MariaDB 10.6' ] needs: [ '[Daily] PHP 8.3 MariaDB 10.6' ]
<<: [ *run-daily ] <<: [ *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 # Lint Jobs
################ ################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment