Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page… #138
Travis CI / Travis CI - Pull Request
failed
Sep 28, 2024 in 4m 0s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #138 Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page….
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
7.3 | Linux | failed | |
7.4 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Versions | 7.3, 7.4 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"php": [
"7.3",
"7.4"
],
"cache": {
"directories": [
"$HOME/.composer/cache"
]
},
"before_script": [
"composer install --prefer-source --no-interaction",
"mkdir -p build/logs"
],
"script": [
"vendor/bin/phpunit"
]
}
Loading