Skip to content

feat: Add support for SF 7.0, add PHP 8.3 #60

feat: Add support for SF 7.0, add PHP 8.3

feat: Add support for SF 7.0, add PHP 8.3 #60

name: Static Analysis
on:
pull_request:
branches:
- main
jobs:
static-analysis:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer:v2
- name: Install dependencies with Composer
uses: ramsey/composer-install@v2
with:
composer-options: --prefer-dist --optimize-autoloader
- name: Run PHPStan
run: composer phpstan -- --error-format=github