Skip to content

Fix psalm issue

Fix psalm issue #3693

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
- 'config/**'
- '.github/workflows/static.yml'
- 'psalm*.xml'
- 'composer.json'
push:
paths:
- 'src/**'
- 'config/**'
- '.github/workflows/static.yml'
- 'psalm*.xml'
- 'composer.json'
name: static analysis
jobs:
psalm:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }}
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
psalm83:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }}
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psalm-config: psalm83.xml
os: >-
['ubuntu-latest']
php: >-
['8.3']