Skip to content

ci: use GitHub workflows#41448

Merged
DeepDiver1975 merged 11 commits intomasterfrom
ci/github-workflow
Feb 17, 2026
Merged

ci: use GitHub workflows#41448
DeepDiver1975 merged 11 commits intomasterfrom
ci/github-workflow

Conversation

@DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Feb 16, 2026

Description

Gradually migrate from drone-ci to GitHub workflows

How Has This Been Tested?

  • 🤖

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@DeepDiver1975 DeepDiver1975 force-pushed the ci/github-workflow branch 2 times, most recently from ef2bd26 to c3d013f Compare February 16, 2026 10:55
Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - the code style and analysis jobs have run and passed with GitHub actions/workflows.

php-version: ["7.4"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/actions/checkout/releases is currently at major version 6.
But v4 is working fine, and we can easily bump it later.

@DeepDiver1975 DeepDiver1975 merged commit 8b01371 into master Feb 17, 2026
7 checks passed
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