Skip to content

Fix wait-on-action #397

Fix wait-on-action

Fix wait-on-action #397

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: PHP Analysis
jobs:
Analyze:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run phpstan
run: vendor/bin/phpstan analyze
- name: Run ecs
run: vendor/bin/ecs check