feat(ci): migrate php checks , docs, and php unit tests from Drone to GitHub Actions#294
Merged
Ashim-Stha merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
3cb37e3 to
60883e6
Compare
82d6dc7 to
f59b2fe
Compare
php checks , docs, and php unit tests from Drone to GitHub Actions
f59b2fe to
626dc14
Compare
phil-davis
reviewed
Mar 30, 2026
7f6475c to
4cf2b26
Compare
saw-jan
reviewed
Mar 30, 2026
Member
saw-jan
left a comment
There was a problem hiding this comment.
Referencing:
✅ Allowed Actions Policy
Only the following GitHub Actions are allowed:
- Official GitHub Actions
- Actions from verified publishers
Any exceptions must be discussed with the development team before use.
we need to confirm (with dev team) that we are okay to use these actions
Contributor
Author
|
what will happen to owncloud-ci images? we are using ubuntu and php images from marketplace |
Member
generally speaking: we will no longer need them. but there are exceptions like the squish ci image. we decide as we walk |
545d175 to
858740a
Compare
DeepDiver1975
requested changes
Apr 7, 2026
858740a to
17fa059
Compare
17fa059 to
4843145
Compare
80ce521 to
b96affd
Compare
…GitHub Actions Signed-off-by: Ashim Shrestha <ashimshrestha2384@gmail.com>
b96affd to
dbafbb9
Compare
DeepDiver1975
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migrates the following Drone CI pipelines to GitHub Actions:
php-checks- codestyle, phpstan, phanunit-tests-without-coverageunit-tests-with-coveragedocsRelated Issue