Verified Commit e06ee7a6 authored by Dave Long's avatar Dave Long
Browse files

Issue #3387589 by catch: Set GitlabCI matrix for Drupal 10.1 to use PHP 8.1...

Issue #3387589 by catch: Set GitlabCI matrix for Drupal 10.1 to use PHP 8.1 and MySQL 5.7 by default
parent 2890d10b
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -78,21 +78,21 @@ variables:
      allow_failure: true

# Default configuration.
'PHP 8.2 MySQL 8':
'PHP 8.1 MySQL 5.7':
  <<: *default-stage
  variables:
    _TARGET_PHP: "8.2"
    _TARGET_DB: "mysql-8"
    _TARGET_PHP: "8.1"
    _TARGET_DB: "mysql-5.7"
  rules:
    - if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"

# Run on commit, or manually.
'PHP 8.1 MySQL 5.7':
'PHP 8.2 MySQL 8':
  <<: [ *default-stage, *run-on-commit ]
  variables:
    _TARGET_PHP: "8.1"
    _TARGET_DB: "mysql-5.7"
    _TARGET_PHP: "8.2"
    _TARGET_DB: "mysql-8"

'PHP 8.2 PostgreSQL 14.1':
  <<: [ *default-stage, *run-on-commit ]