[DEPS]: Bump phpunit/phpunit from 9.6.16 to 9.6.19 #146
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"
}
]
}
}
Loading