Skip to content

Updating the build file to target a newer distribution to help allevi…

212de9c
Select commit
Loading
Failed to load commit list.
Open

Upgrade to PSR HTTP Message 2.0, update Nimbly dependencies, and require PHP 8.2+ #97

Updating the build file to target a newer distribution to help allevi…
212de9c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 23, 2025 in 40s

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 #97 Upgrade to PSR HTTP Message 2.0, update Nimbly dependencies, and require PHP 8.2+.
Any changes that have been made to the master 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 (Jammy)
PHP Version 8.2
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "php": [
    "8.2"
  ],
  "install": [
    "composer install"
  ],
  "script": [
    "php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=build/logs/clover.xml"
  ],
  "after_success": [
    "travis_retry php vendor/bin/php-coveralls"
  ]
}