Skip to content

Fix ConvertException false positives from SQLSTATE[HY match #4956

Fix ConvertException false positives from SQLSTATE[HY match

Fix ConvertException false positives from SQLSTATE[HY match #4956

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
- 'config/**'
- '.github/workflows/static.yml'
- 'psalm*.xml'
- 'composer.json'
push:
branches: ['master']
paths:
- 'src/**'
- 'config/**'
- '.github/workflows/static.yml'
- 'psalm*.xml'
- 'composer.json'
name: Static analysis
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
php: >-
['8.2', '8.3', '8.4']