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

Bump google-protobuf from 3.21.12 to 3.25.5 in /docs #66

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

Bump google-protobuf from 3.21.12 to 3.25.5 in /docs

6c7eda0
Select commit
Loading
Failed to load commit list.
Open

Bump google-protobuf from 3.21.12 to 3.25.5 in /docs #66

Bump google-protobuf from 3.21.12 to 3.25.5 in /docs
6c7eda0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 19, 2024 in 45s

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 #66 Bump google-protobuf from 3.21.12 to 3.25.5 in /docs.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP OS State
256.1 8.1 Linux passed
256.2 8.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Jammy)
PHP Versions 8.1, 8.2
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "branches": {
    "only": [
      "main"
    ]
  },
  "php": [
    "8.1",
    "8.2"
  ],
  "install": [
    "composer install"
  ],
  "script": [
    "composer lint",
    "composer test"
  ]
}