Skip to content

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0 #560

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0 #560

Workflow file for this run

name: PHPStan
on:
pull_request: null
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@v2"
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
continue-on-error: true
with:
configuration: phpstan.neon
memory_limit: 256M