Skip to content

Allow ExpressionInterface for $alias parameter of QueryPartsInterface::withQuery() #3651

Allow ExpressionInterface for $alias parameter of QueryPartsInterface::withQuery()

Allow ExpressionInterface for $alias parameter of QueryPartsInterface::withQuery() #3651

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
- 'config/**'
- 'psalm*.xml'
push:
paths:
- 'src/**'
- 'config/**'
- 'psalm*.xml'
name: static analysis
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
psalm83:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psalm-config: psalm83.xml
os: >-
['ubuntu-latest']
php: >-
['8.3']