Skip to content

Restructure CI workflow #767

Restructure CI workflow

Restructure CI workflow #767

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
all:
name: PHP ${{ matrix.php }}
strategy:
matrix:
php:
- 8.1.26
- 8.2.13
- 8.3.0
uses: ./.github/workflows/main-php-matrix.yml
with:
php: ${{ matrix.php }}
secrets: inherit