Skip to content

fix(deps): update all non-minor and non major dependencies (filamentphp) (patch) #988

fix(deps): update all non-minor and non major dependencies (filamentphp) (patch)

fix(deps): update all non-minor and non major dependencies (filamentphp) (patch) #988

Workflow file for this run

name: Larastan
on:
push:
branches: [ "main","jetstream","filamentphp" ]
workflow_dispatch:
pull_request:
branches: [ "main","jetstream","filamentphp" ]
jobs:
Larastan:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ["8.2","8.3"]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring,intl,zip
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
- name: Composer install
run: composer install --optimize-autoloader --prefer-dist
- run: ./vendor/bin/phpstan analyse --memory-limit=2G app tests