Skip to content

chore: bump GH action versions #64

chore: bump GH action versions

chore: bump GH action versions #64

name: Static Analysis
on:
pull_request:
branches:
- main
jobs:
static-analysis:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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@v3
with:
composer-options: --prefer-dist --optimize-autoloader
- name: Run PHPStan
run: composer phpstan -- --error-format=github