Skip to content

Bump phpunit/phpunit from 7.5.20 to 8.5.52#427

Closed
dependabot[bot] wants to merge 1 commit into
betafrom
dependabot/composer/phpunit/phpunit-8.5.52
Closed

Bump phpunit/phpunit from 7.5.20 to 8.5.52#427
dependabot[bot] wants to merge 1 commit into
betafrom
dependabot/composer/phpunit/phpunit-8.5.52

Bump phpunit/phpunit from 7.5.20 to 8.5.52

773e711
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jan 27, 2026 in 3m 5s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/composer/phpunit/phpunit-8.5.52 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has seven jobs, running in parallel.

Job PHP ENV OS State
1281.1 7.3 WP_VERSION=latest Linux errored
1281.2 7.4 WP_VERSION=latest Linux errored
1281.3 8.0 WP_VERSION=latest Linux errored
1281.4 8.0 WP_VERSION=latest Linux errored
1281.5 8.0 WP_VERSION=latest Linux errored
1281.6 8.1 WP_VERSION=latest Linux errored
1281.7 8.2 WP_VERSION=latest Linux errored

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Bionic)
PHP Versions 7.3, 7.4, 8.0
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "change"
      }
    ]
  },
  "git": {
    "depth": 1
  },
  "services": [
    "mysql"
  ],
  "php": [
    "7.3",
    "7.4",
    "8.0"
  ],
  "env": [
    "global={:WP_VERSION=>\"latest\"}"
  ],
  "before_install": [
    "[[ \"$TRAVIS_PHP_VERSION\" != \"7.2\" ]] || export PHPUNIT_UPGRADE=1"
  ],
  "install": [
    "if [ -n \"$LIBONIG_INSTALL\" ]; then sudo apt-get install libonig5; fi",
    "flags=\"--ansi --prefer-dist --no-interaction --optimize-autoloader --no-progress\"",
    "if [ -z \"$PHPUNIT_UPGRADE\" ]; then rm composer.lock; fi",
    "if [ -z \"$PHPUNIT_UPGRADE\" ]; then composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true; fi",
    "if [ -z \"$PHPUNIT_UPGRADE\" ]; then composer require --no-interaction --dev phpunit/phpunit:9.3; fi",
    "composer install $flags"
  ],
  "before_script": [
    "bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION"
  ],
  "script": [
    "./vendor/bin/phpunit"
  ],
  "jobs": {
    "include": [
      {
        "php": "8.0",
        "env": [
          {
            "WP_MULTISITE": "1",
            "CUSTOM_CONSTANTS": "0"
          }
        ]
      },
      {
        "php": "8.0",
        "env": [
          {
            "WP_MULTISITE": "1",
            "CUSTOM_CONSTANTS": "1"
          }
        ]
      },
      {
        "dist": "focal",
        "php": "8.1"
      },
      {
        "dist": "focal",
        "php": "8.2",
        "env": [
          {
            "LIBONIG_INSTALL": "1"
          }
        ]
      }
    ]
  }
}