Skip to content

Update README CI badges and drop Scrutinizer#26

Merged
slashrsm merged 3 commits into
portphp:masterfrom
slashrsm:docs/readme-ci-badges
Jul 22, 2026
Merged

Update README CI badges and drop Scrutinizer#26
slashrsm merged 3 commits into
portphp:masterfrom
slashrsm:docs/readme-ci-badges

Conversation

@slashrsm

Copy link
Copy Markdown
Contributor

Summary

  • Replace Travis/Scrutinizer badges with GitHub Actions
  • Document PHP ^8.2 requirements
  • Fix docs URL to readthedocs.io
  • Remove .scrutinizer.yml

Test plan

  • CI green
  • Copilot review

- Replace dead Travis/Scrutinizer badges with GitHub Actions
- Note supported PHP versions
- Point docs links at readthedocs.io
- Remove .scrutinizer.yml (coverage no longer uploaded)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation/metadata to reflect the move away from Travis/Scrutinizer and toward GitHub Actions, and clarifies PHP runtime requirements.

Changes:

  • Replace Travis/Scrutinizer badges with a GitHub Actions CI badge and add a Packagist PHP version badge.
  • Document PHP ^8.2 requirements (and tested versions) in the README.
  • Update the docs URL to readthedocs.io and remove .scrutinizer.yml.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Updates badges, PHP requirements note, and documentation URL.
.scrutinizer.yml Removes Scrutinizer configuration as part of dropping Scrutinizer integration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment on lines +4 to +5
[![CI](https://github.com/portphp/steps/actions/workflows/checks.yml/badge.svg?branch=master)](https://github.com/portphp/steps/actions)
[![PHP Version](https://img.shields.io/packagist/php-v/portphp/steps.svg?style=flat-square)](https://packagist.org/packages/portphp/steps)
Comment thread README.md
## Documentation

Documentation is available at https://portphp.readthedocs.org.
Documentation is available at https://portphp.readthedocs.io.
- Align composer.json support.docs with readthedocs.io
- Drop stale .scrutinizer.yml / .travis.yml export-ignore entries
- Clarify PHP badge wording on core (tested in CI)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread README.md Outdated
[![Build Status](https://travis-ci.org/portphp/steps.svg)](https://travis-ci.org/portphp/steps)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/portphp/steps/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/portphp/steps/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/portphp/steps/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/portphp/steps/?branch=master)
[![CI](https://github.com/portphp/steps/actions/workflows/checks.yml/badge.svg?branch=master)](https://github.com/portphp/steps/actions)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@slashrsm
slashrsm merged commit d1ccbfc into portphp:master Jul 22, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants