Skip to content

Bump actions to new versions #35

Bump actions to new versions

Bump actions to new versions #35

name: 'Static Analysis'
on: [push, pull_request]
jobs:
sa-phpstan:
runs-on: ubuntu-latest
name: PHPStan
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer:v2,flex
extensions: curl, iconv, mbstring, zip
coverage: none
- name: Install dependencies
run: composer update --prefer-stable --prefer-dist
env:
SYMFONY_REQUIRE: '7.1.*@rc'
- name: Run PHPStan
run: vendor/bin/phpstan analyze --error-format=github