-
Notifications
You must be signed in to change notification settings - Fork 6
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
upkeep/40: PHP8 compat workflow #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sidsector9 LGTM - just requires a version bump before the merge. Approving now, as the change is minor.
* Requires at least: 5.2 | ||
* Requires at least: 5.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -4,7 +4,7 @@ | |||
* Plugin URI: https://wordpress.org/plugins/retro-winamp-block/ | |||
* Description: A Winamp-styled audio block for all your retro music player needs. | |||
* Version: 1.0.1 | |||
* Requires at least: 5.2 | |||
* Requires at least: 5.8 | |||
* Requires PHP: 7.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this get changed to 5.6?
Description of the Change
Checklist:
Changelog Entry
upkeep: Added PHP8 compatibility workflow
Credits
Props @Sidsector9