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
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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 ]

################