Skip to content

Update supported PHP versions to match PHPCS's#10

Merged
spaze merged 1 commit intomainfrom
spaze/supported-php-versions
Sep 17, 2025
Merged

Update supported PHP versions to match PHPCS's#10
spaze merged 1 commit intomainfrom
spaze/supported-php-versions

Conversation

@spaze
Copy link
Owner

@spaze spaze commented Sep 17, 2025

No description provided.

@spaze spaze requested a review from Copilot September 17, 2025 00:24
@spaze spaze self-assigned this Sep 17, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the PHP version requirements to align with PHP CodeSniffer's supported versions by dropping support for older PHP versions (7.0 and 7.1) and adding support for newer versions.

  • Adds minimum PHP version requirement of 7.2.0 to composer.json
  • Removes PHP 7.0 and 7.1 from CI test matrix
  • Adds PHP 8.5 to CI test matrix

Reviewed Changes

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

File Description
composer.json Adds explicit PHP version constraint requiring 7.2.0 or higher
.github/workflows/php.yml Updates CI matrix to test PHP 7.2-8.5, removing 7.0 and 7.1

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@spaze spaze merged commit ba2aae3 into main Sep 17, 2025
18 checks passed
@spaze spaze deleted the spaze/supported-php-versions branch September 17, 2025 00:25
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