Php8.3 #1
Merged
Php8.3 #1
Travis CI / Travis CI - Branch
succeeded
Oct 17, 2025 in 1m 52s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the php8.3 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | PHP | ENV | OS | State |
|---|---|---|---|---|
| 8.3 | XDEBUG_MODE=coverage | Linux | passed | |
| 8.4 | XDEBUG_MODE=coverage | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | PHP |
| Operating System | Linux (Focal) |
| PHP Versions | 8.3, 8.4 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "focal",
"sudo": false,
"env": [
"global={:XDEBUG_MODE=>\"coverage\"}"
],
"php": [
"8.3",
"8.4"
],
"before_script": [
"composer install --prefer-dist"
],
"script": [
"composer validate",
"./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover"
],
"jobs": {
"fast_finish": true
}
}
Loading