-
Notifications
You must be signed in to change notification settings - Fork 2
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
ENH Update reference to supported modules data #29
ENH Update reference to supported modules data #29
Conversation
Required both for using a correct PHP version and making sure patches get auto-tagged
"php": "^7.4 || ^8.1", | ||
"php": "^8.1", |
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.
supported-modules needs 8.1
@@ -4,30 +4,8 @@ on: | |||
push: | |||
pull_request: | |||
workflow_dispatch: | |||
# Every Tuesday at 2:00pm UTC | |||
schedule: |
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.
We should keep the schedule? If an auto-tag fails on merge (happens very occasionally) the cron will pick it up
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.
Standardiser will add dispatch-ci to this module when it's next run. This is the way we do this for all repos that use standard CI.
Have released 1.2.0 |
Needs silverstripe/supported-modules#29
Also update CI to use gha-ci which is required both for using a correct PHP version and making sure patches get auto-tagged
Issues