Skip to content

feat: add ci testing workflow#49

Merged
kylehuynh205 merged 2 commits into
digitalutsc:2.xfrom
Aryan-R-Patel:ci/setup-testing-workflow
Mar 25, 2026
Merged

feat: add ci testing workflow#49
kylehuynh205 merged 2 commits into
digitalutsc:2.xfrom
Aryan-R-Patel:ci/setup-testing-workflow

Conversation

@Aryan-R-Patel

Copy link
Copy Markdown
Contributor

Description

This PR updates the module's continuous integration (CI) workflow by replacing the old automated testing workflow with a new, more robust CI configuration. The new workflow adds matrix testing for multiple PHP and Drupal versions and sets up a Docker-based test environment.

Changes

  • Added a new .github/workflows/ci.yml file that defines a matrix CI workflow to test against multiple PHP (8.3, 8.4) and Drupal (10.6, 11.3) versions using Docker containers.
  • The new workflow runs on pushes and pull requests to the 2.x branch, as well as via manual dispatch.
  • Removed the old .github/workflows/automated_testing.yml workflow, which previously called a reusable workflow for testing.

@kylehuynh205 kylehuynh205 merged commit 9b9c6a2 into digitalutsc:2.x Mar 25, 2026
4 checks passed
@Aryan-R-Patel Aryan-R-Patel deleted the ci/setup-testing-workflow branch March 26, 2026 13:59
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