Add Identity request #91
Open
Travis CI / Travis CI - Pull Request
required action
Nov 6, 2024 in 1m 41s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #91 Add Identity request.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
156.1 | 8.0 | Linux | passed |
156.2 | 8.1 | Linux | passed |
156.3 | 8.2 | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Versions | 8.0, 8.1, 8.2 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"php": [
"8.0",
"8.1",
"8.2"
],
"install": [
"composer install"
],
"script": [
"php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=build/logs/clover.xml"
],
"after_success": [
"travis_retry php vendor/bin/php-coveralls"
]
}
Loading