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

(cherry picked from commit 939d89bd9b)
merge-requests/10915/head
Alex Pott 2025-01-10 15:01:57 +00:00
parent 500e5e70eb
commit c0adde8b3b
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 4 additions and 4 deletions

View File

@ -224,10 +224,10 @@ default:
_TARGET_PHP: "8.2"
_TARGET_DB: "sqlite-3"
'PHP 8.3 MySQL 8.4':
'PHP 8.4 MySQL 8.4':
<<: [ *default-stage, *run-on-mr ]
variables:
_TARGET_PHP: "8.3-ubuntu"
_TARGET_PHP: "8.4-ubuntu"
_TARGET_DB: "mysql-8.4"
'PHP 8.3 MySQL 9.0':
@ -320,8 +320,8 @@ default:
needs: [ '[Daily] PHP 8.1 PostgreSQL 14.1' ]
<<: [ *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.1 SQLite 3' ]
<<: [ *run-daily ]