Skip to content

chore(deps): lock file maintenance (#306) #950

chore(deps): lock file maintenance (#306)

chore(deps): lock file maintenance (#306) #950

Workflow file for this run

name: Psalm
on:
push:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
psalm:
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
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
- name: Composer install
run: composer install --optimize-autoloader --prefer-dist
- run: php ./vendor/bin/psalm --threads=2 --output-format=github --report=results.sarif