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

[DEPS]: Bump composer/pcre from 3.1.1 to 3.1.3 #142

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

[DEPS]: Bump composer/pcre from 3.1.1 to 3.1.3

2d11147
Select commit
Loading
Failed to load commit list.
Open

[DEPS]: Bump composer/pcre from 3.1.1 to 3.1.3 #142

[DEPS]: Bump composer/pcre from 3.1.1 to 3.1.3
2d11147
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 19, 2024 in 3m 11s

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 #142 [DEPS]: Bump composer/pcre from 3.1.1 to 3.1.3.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job PHP OS State
259.1 7.4 Linux passed
259.2 8.0 Linux passed
259.3 8.1 Linux passed
259.4 8.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "addons": {
    "apt": {
      "packages": [
        "libonig5"
      ]
    }
  },
  "cache": {
    "directories": [
      "$HOME/.composer/cache",
      "$HOME/.php-cs-fixer"
    ]
  },
  "before_script": [
    "phpenv config-rm xdebug.ini",
    "composer self-update",
    "composer install",
    "composer install --working-dir=tools/php-cs-fixer"
  ],
  "script": [
    "PHP_CS_FIXER_IGNORE_ENV=1 ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --diff --dry-run",
    "composer test"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "change"
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "php": "7.4"
      },
      {
        "php": "8.0"
      },
      {
        "php": "8.1"
      },
      {
        "php": "8.2"
      }
    ],
    "fast_finish": true,
    "allow_failures": [
      {
        "php": "nightly"
      }
    ]
  }
}