Skip to content

chore(deps): bump actions/setup-python from 6 to 7 #207

chore(deps): bump actions/setup-python from 6 to 7

chore(deps): bump actions/setup-python from 6 to 7 #207

Workflow file for this run

name: PHPStan Static Analysis
on:
push:
branches: [ master, release ]
pull_request:
workflow_dispatch:
workflow_call:
jobs:
phpstan:
runs-on: ubuntu-latest
name: PHPStan (Level 0)
steps:
- uses: actions/checkout@v7
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress