Skip to content

Add PHP 8.3 & Laravel 11 support; Use PHP attributes in tests #13

Add PHP 8.3 & Laravel 11 support; Use PHP attributes in tests

Add PHP 8.3 & Laravel 11 support; Use PHP attributes in tests #13

Workflow file for this run

name: PHPStan
on:
- push
- pull_request
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer update --prefer-source --no-interaction --no-progress
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
path: src/
configuration: phpstan.neon
php_version: 8.3
php_extensions: gd