Skip to content

build(deps): bump sentry/sentry-laravel from 3.8.2 to 4.10.1 #1022

build(deps): bump sentry/sentry-laravel from 3.8.2 to 4.10.1

build(deps): bump sentry/sentry-laravel from 3.8.2 to 4.10.1 #1022

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