Skip to content

feat(ci): add auto-merge-release workflow and remove from pipeline.yml #46

feat(ci): add auto-merge-release workflow and remove from pipeline.yml

feat(ci): add auto-merge-release workflow and remove from pipeline.yml #46

Workflow file for this run

name: CI Pipeline
on: [ push, workflow_dispatch ]
jobs:
php-tests:
strategy:
matrix:
php: [ '8.3', '8.4' ]
uses: tastyigniter/workflows/.github/workflows/php-tests.yml@main
with:
php-version: ${{ matrix.php }}