Skip to content

feat: compatibility for PHP 8.4

a88ca2d
Select commit
Loading
Failed to load commit list.
Open

Fix for deprecation notices with PHP 8.4 #583

feat: compatibility for PHP 8.4
a88ca2d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 25, 2025 in 1m 1s

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 #583 Fix for deprecation notices with PHP 8.4.
Any changes that have been made to the 9.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 (Focal)
PHP Version 8.3
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "php": [
    "8.3"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libonig5"
      ]
    }
  },
  "cache": {
    "directories": [
      "$HOME/.composer/cache"
    ]
  },
  "before_install": [
    "phpenv config-rm xdebug.ini || true"
  ],
  "install": [
    "travis_retry composer install"
  ],
  "script": [
    "vendor/bin/phpunit"
  ]
}