Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEPS]: Bump phpunit/phpunit from 9.6.16 to 9.6.19 #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

[DEPS]: Bump phpunit/phpunit from 9.6.16 to 9.6.19

c402667
Select commit
Loading
Failed to load commit list.
Open

[DEPS]: Bump phpunit/phpunit from 9.6.16 to 9.6.19 #146

[DEPS]: Bump phpunit/phpunit from 9.6.16 to 9.6.19
c402667
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 5, 2024 in 1m 6s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #146 [DEPS]: Bump phpunit/phpunit from 9.6.16 to 9.6.19.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job PHP OS State
263.1 7.4 Linux passed
263.2 8.0 Linux passed
263.3 8.1 Linux passed
263.4 8.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "addons": {
    "apt": {
      "packages": [
        "libonig5"
      ]
    }
  },
  "cache": {
    "directories": [
      "$HOME/.composer/cache",
      "$HOME/.php-cs-fixer"
    ]
  },
  "before_script": [
    "phpenv config-rm xdebug.ini",
    "composer self-update",
    "composer install",
    "composer install --working-dir=tools/php-cs-fixer"
  ],
  "script": [
    "PHP_CS_FIXER_IGNORE_ENV=1 ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --diff --dry-run",
    "composer test"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "change"
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "php": "7.4"
      },
      {
        "php": "8.0"
      },
      {
        "php": "8.1"
      },
      {
        "php": "8.2"
      }
    ],
    "fast_finish": true,
    "allow_failures": [
      {
        "php": "nightly"
      }
    ]
  }
}