Skip to content

Use actual closures in tests #34

Use actual closures in tests

Use actual closures in tests #34

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
PHPSTAN_PHP_VERSION: "8.4"
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHPSTAN_PHP_VERSION }}
- name: Install composer dependencies
uses: ramsey/composer-install@v3
- name: Run PHPStan
run: vendor/bin/phpstan --no-progress