Skip to content

Merge branch 'release/1.1.1' #47

Merge branch 'release/1.1.1'

Merge branch 'release/1.1.1' #47

Workflow file for this run

name: Psalm
on: [push, pull_request]
jobs:
phpstan:
name: PHP ${{ matrix.php-versions }} Tests
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.2', '8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- name: Psalm
uses: docker://ghcr.io/psalm/psalm-github-actions
with:
security_analysis: true
composer_ignore_platform_reqs: true
php-version: ${{ matrix.php-versions }}