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

Correct invalid format specifier at end of sprintf #63

Merged
merged 1 commit into from
Aug 21, 2024

Correct invalid format specifier at end of sprintf

39faf13
Select commit
Loading
Failed to load commit list.
Merged

Correct invalid format specifier at end of sprintf #63

Correct invalid format specifier at end of sprintf
39faf13
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 20, 2024 in 41s

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 #63 Correct invalid format specifier at end of sprintf.
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
247.1 8.1 Linux passed
247.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"
  ]
}