Skip to content

CI: added php8.2 8.3 in unit test matrix. #60

CI: added php8.2 8.3 in unit test matrix.

CI: added php8.2 8.3 in unit test matrix. #60

Workflow file for this run

name: CD/CI
on:
push:
jobs:
commit-stage-workflow:
name: Commit Stage
uses: medicalmundi/oe-module-marketplace/.github/workflows/commit-stage.yaml@main
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit
acceptance-stage-workflow:
name: Acceptance Stage
needs:
- commit-stage-workflow
uses: medicalmundi/oe-module-marketplace/.github/workflows/acceptance-stage.yaml@main
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit