Skip to content

Merge pull request #107 from tastyigniter/4.x #118

Merge pull request #107 from tastyigniter/4.x

Merge pull request #107 from tastyigniter/4.x #118

Workflow file for this run

name: Cart 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 }}