fix: optimize number of queries in removing and adding tags #52
+87
−47
Travis CI / Travis CI - Pull Request
succeeded
Mar 10, 2025 in 43s
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 #52 fix: optimize number of queries in removing and adding tags.
Any changes that have been made to the 15.x branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | PHP |
| Operating System | Linux (Bionic) |
| PHP Version | 8.3 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "bionic",
"php": [
"8.3"
],
"cache": {
"directories": [
"$HOME/.composer/cache"
]
},
"before_install": [
"phpenv config-rm xdebug.ini || true"
],
"install": [
"travis_retry composer install"
],
"script": [
"vendor/bin/phpunit"
]
}
Loading