Skip to content

Bump symfony/process from 5.4.44 to 5.4.46 in /vendor-bin/box #302

Bump symfony/process from 5.4.44 to 5.4.46 in /vendor-bin/box

Bump symfony/process from 5.4.44 to 5.4.46 in /vendor-bin/box #302

Workflow file for this run

name: Static analysis
on:
push:
pull_request:
jobs:
test:
name: PHPStan
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out code
uses: actions/[email protected]
- name: Install PHP
uses: shivammathur/[email protected]
with:
php-version: '7.4'
tools: composer:v2
coverage: none
- name: Install dependencies
uses: nick-fields/[email protected]
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --no-interaction --no-progress
- name: Install PHPStan
uses: nick-fields/[email protected]
with:
timeout_minutes: 5
max_attempts: 5
command: composer bin phpstan update --no-interaction --no-progress
- name: Run static analysis
run: make phpstan