Skip to content

Update friendsofphp/php-cs-fixer requirement from ^3.95.20 to ^3.95.2… #185

Update friendsofphp/php-cs-fixer requirement from ^3.95.20 to ^3.95.2…

Update friendsofphp/php-cs-fixer requirement from ^3.95.20 to ^3.95.2… #185

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: static analysis
permissions:
contents: read
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2', '8.3', '8.4']