Bump aws/aws-sdk-php from 3.349.3 to 3.368.0 #722
Closed
Travis CI / Travis CI - Pull Request
required action
Dec 18, 2025 in 1m 0s
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 #722 Bump aws/aws-sdk-php from 3.349.3 to 3.368.0.
Any changes that have been made to the development branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | PHP | ENV | OS | State |
|---|---|---|---|---|
| 8.2 | SNIFF=1 | Linux | errored | |
| 8.2 | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | PHP |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "focal",
"branches": {
"only": [
"development",
"preprod",
"master"
]
},
"addons": {
"apt": {
"packages": [
"libonig-dev"
]
}
},
"before_install": [
"composer self-update;",
"composer install;"
],
"script": [
"vendor/bin/phplint",
"if [[ \"$SNIFF\" == \"1\" ]]; then vendor/bin/phpcs; fi"
],
"jobs": {
"fast_finish": true,
"include": [
{
"php": "8.2",
"env": [
{
"SNIFF": "1"
}
]
},
{
"php": "8.2"
}
]
}
}
Loading