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

Fix bc workflow. #62

Merged
merged 1 commit into from
May 9, 2023
Merged

Fix bc workflow. #62

merged 1 commit into from
May 9, 2023

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

@what-the-diff
Copy link

what-the-diff bot commented May 9, 2023

PR Summary

  • Updated workflow name
    The workflow name was changed from "Roave BC Check" to "backwards compatibility".
  • Removal of runs-on key
    The runs-on key is removed, and the job now uses a template instead.
  • New os parameter added
    A new parameter called os was added with the value 'ubuntu-latest', enabling action execution on different operating systems (e.g., Windows).
  • Introduction of php parameter
    A new parameter called php has been added, allowing for testing the code against multiple PHP versions simultaneously. Its default value is set to 8, considering current Yii package compatibility.

@samdark samdark merged commit d52a81e into master May 9, 2023
151 of 152 checks passed
@samdark samdark deleted the fix-bc-workflow branch May 9, 2023 19:14
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