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

Issue #3491467 by andypost: Add daily testing with PHP 8.4

parent 6e7715a8
No related branches found
No related tags found
No related merge requests found
......@@ -251,10 +251,10 @@ default:
_TARGET_PHP: "8.3-ubuntu"
_TARGET_DB: "pgsql-16"
'PHP 8.3 PostgreSQL 17':
'PHP 8.4 PostgreSQL 17':
<<: [ *default-stage, *run-on-mr ]
variables:
_TARGET_PHP: "8.3-ubuntu"
_TARGET_PHP: "8.4-ubuntu"
_TARGET_DB: "pgsql-17"
'PHP 8.3 SQLite 3.45':
......@@ -298,14 +298,14 @@ default:
needs: [ '[Daily] PHP 8.3 SQLite 3.45' ]
<<: [ *run-daily ]
'[Daily] PHP 8.3 MySQL 8.4':
extends: 'PHP 8.3 MySQL 8.4'
'[Daily] PHP 8.4 MySQL 8.4':
extends: 'PHP 8.4 MySQL 8.4'
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' ]
'[Daily] PHP 8.4 PostgreSQL 17':
extends: 'PHP 8.4 PostgreSQL 17'
needs: [ '[Daily] PHP 8.4 MySQL 8.4' ]
<<: [ *run-daily ]
################
......
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