Correct invalid format specifier at end of sprintf #63
Travis CI / Travis CI - Pull Request
succeeded
Aug 20, 2024 in 41s
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 #63 Correct invalid format specifier at end of sprintf.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
247.1 | 8.1 | Linux | passed |
247.2 | 8.2 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Jammy) |
PHP Versions | 8.1, 8.2 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "jammy",
"branches": {
"only": [
"main"
]
},
"php": [
"8.1",
"8.2"
],
"install": [
"composer install"
],
"script": [
"composer lint",
"composer test"
]
}
Loading