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

use dev instead of v1 for phpcompatibility-action #1500

Merged
merged 4 commits into from Oct 2, 2023

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
2 of 3 checks passed
@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.

None yet

2 participants