Skip to content

fixup! Added roles and permissions #6

fixup! Added roles and permissions

fixup! Added roles and permissions #6

Workflow file for this run

name: Matrix
on:
push
jobs:
master-matrix:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
php: ['8.3']
uses: ./.github/workflows/pint.yml, ./.github/workflows/test.yml

Check failure on line 12 in .github/workflows/master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/master.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
secrets: inherit