Commit e6cf2a7c authored by catch's avatar catch
Browse files

task: #3540788 CI: replace postgresql 17 with 18 for PHP 8.5 jobs

By: andypost
By: poker10
By: longwave
(cherry picked from commit 585832a5762bdbf384ac1d4092a1b5062597f50c)
parent c1d51a81
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -446,11 +446,11 @@ default:
    _TARGET_PHP: "8.4-ubuntu"
    _TARGET_DB: "pgsql-17"

'PHP 8.5 PostgreSQL 17':
'PHP 8.5 PostgreSQL 18':
  <<: [ *default-stage, *run-on-mr ]
  variables:
    _TARGET_PHP: "8.5-ubuntu"
    _TARGET_DB: "pgsql-17"
    _TARGET_DB: "pgsql-18"

'PHP 8.3 SQLite 3.45':
  <<: [ *default-stage, *run-on-mr ]
@@ -512,8 +512,8 @@ default:
  needs: [ '[Daily] PHP 8.4 MariaDB 10.6' ]
  <<: [ *run-daily ]

'[Daily] PHP 8.5 PostgreSQL 17':
  extends: 'PHP 8.5 PostgreSQL 17'
'[Daily] PHP 8.5 PostgreSQL 18':
  extends: 'PHP 8.5 PostgreSQL 18'
  needs: [ '[Daily] PHP 8.5 MySQL 9.3' ]
  <<: [ *run-daily ]