Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page… #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page…

03808e5
Select commit
Loading
Failed to load commit list.
Open

Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page… #138

Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page…
03808e5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Sep 28, 2024 in 4m 0s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #138 Fix PHP 8.2: Creation of dynamic property Unsplash\ArrayObject::$page….
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP OS State
236.1 7.3 Linux failed
236.2 7.4 Linux failed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
PHP Versions 7.3, 7.4
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "php": [
    "7.3",
    "7.4"
  ],
  "cache": {
    "directories": [
      "$HOME/.composer/cache"
    ]
  },
  "before_script": [
    "composer install --prefer-source --no-interaction",
    "mkdir -p build/logs"
  ],
  "script": [
    "vendor/bin/phpunit"
  ]
}