Skip to content

Use dev-Version of craue/translation-tests for symfony 8 compatibility #16

Use dev-Version of craue/translation-tests for symfony 8 compatibility

Use dev-Version of craue/translation-tests for symfony 8 compatibility #16

name: Static Analysis
on:
pull_request: ~
push: ~
jobs:
static-analysis-phpstan:
name: Static Analysis with PHPStan
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '8.4'
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
- name: install dependencies with Composer
uses: ramsey/composer-install@v2
- name: run PHPStan
run: vendor/bin/phpstan analyse