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

Composer update to support PHP >8.1. #250

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Merge pull request #1 from wmde/master

9f19bb4
Select commit
Loading
Failed to load commit list.
Open

Composer update to support PHP >8.1. #250

Merge pull request #1 from wmde/master
9f19bb4
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Oct 25, 2024 in 3m 12s

Build Errored

The build errored. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #250 Composer update to support PHP >8.1..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job PHP OS State
1301.1 7.4 Linux errored
1301.2 8.0 Linux errored
1301.3 8.1 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "install": [
    "travis_retry composer install"
  ],
  "notifications": {
    "irc": [
      {
        "channels": [
          "irc.libera.chat#wikidata-feed"
        ],
        "on_success": "change",
        "on_failure": "always",
        "template": [
          "%{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}"
        ]
      }
    ]
  },
  "cache": {
    "directories": [
      "$HOME/.composer/cache"
    ]
  },
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "php": "7.4"
      },
      {
        "php": "8.0"
      },
      {
        "php": "8.1"
      }
    ]
  }
}