Composer update to support PHP >8.1. #250
Open
Travis CI / Travis CI - Pull Request
required action
Oct 25, 2024 in 3m 12s
Build Errored
The build errored. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #250 Composer update to support PHP >8.1..
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 |
---|---|---|---|
1301.1 | 7.4 | Linux | errored |
1301.2 | 8.0 | Linux | errored |
1301.3 | 8.1 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"install": [
"travis_retry composer install"
],
"notifications": {
"irc": [
{
"channels": [
"irc.libera.chat#wikidata-feed"
],
"on_success": "change",
"on_failure": "always",
"template": [
"%{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}"
]
}
]
},
"cache": {
"directories": [
"$HOME/.composer/cache"
]
},
"jobs": {
"fast_finish": true,
"include": [
{
"php": "7.4"
},
{
"php": "8.0"
},
{
"php": "8.1"
}
]
}
}
Loading