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

Update CI/CD workflows #460

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Update CI/CD workflows #460

merged 2 commits into from
Nov 28, 2024

Conversation

shish
Copy link
Collaborator

@shish shish commented Nov 28, 2024

(Splitting shish/safe into smaller parts for easier review)

This reworks the CI/CD workflow into smaller parts which run as a tree, so that a failure in one part doesn't block testing in a different unrelated part. Workflows will currently fail because of all sorts of brokenness in the code itself, but when the rest of the merge is complete, it should pass.

Also note that this tests PHP 8.1-8.4, even though shish/safe only tests 8.2-8.4 -- this is leaving room for somebody to implement php8.1 (which I couldn't figure out how to do), but if the other maintainers can't figure out php8.1 either, we can make an intentional decision to drop that later.

shish and others added 2 commits November 28, 2024 10:08
(Splitting shish/safe into smaller parts for easier review)

This reworks the CI/CD workflow into smaller parts which run as a tree, so that a failure in one part doesn't block testing in a different unrelated part. Workflows will currently fail because of all sorts of brokenness in the code itself, but when the rest of the merge is complete, it should pass.

Also note that this tests PHP 8.1-8.4, even though shish/safe only tests 8.2-8.4 -- this is leaving room for somebody to implement php8.1 (which I couldn't figure out how to do), but if the other maintainers can't figure out php8.1 either, we can make an intentional decision to drop that later.
@staabm
Copy link
Collaborator

staabm commented Nov 28, 2024

thanks

@staabm staabm merged commit 097c8e5 into thecodingmachine:master Nov 28, 2024
3 of 12 checks passed
@shish shish deleted the pr460 branch December 2, 2024 19:25
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.

2 participants