Skip to content

Conversation

@jazzsequence
Copy link
Collaborator

Description

Uses the dev branch of the phpcompatibility-action rather than the v1

Motivation and Context

v1 uses the stable, 9.3 version of the PHPCompatibility sniffs, however that version does not include any 8.x checks, so running 8.x- doesn't check anything valuable.

The dev branch of the action pulls the develop branch of PHPCompatibility, which does include 8.x sniffs.

Risk Level

minimal (although we should get errors for PHP 8.x compatibility)

Testing procedure

Should be evident in the tests...

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

looks like 8.0 is giving us the most errors, and 8.1 and 8.2 are not giving additional feedback. Additionally, 8.0 is giving notices for 8.1 so this is probably the best thing to check against right now
@jazzsequence jazzsequence self-assigned this Oct 2, 2023
@jtsternberg jtsternberg merged commit 00a346f into develop Oct 2, 2023
@jtsternberg jtsternberg deleted the use-dev-phpcompatibility-action branch October 2, 2023 23:38
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.

3 participants