Skip to content

Change type of $skipOnEmpty argument in rules' constructors from mixed to bool|callable|null #4520

Change type of $skipOnEmpty argument in rules' constructors from mixed to bool|callable|null

Change type of $skipOnEmpty argument in rules' constructors from mixed to bool|callable|null #4520

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
push:
branches: [ 'master' ]
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
name: build
jobs:
phpunit:
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
extensions: intl,fileinfo
coverage: xdebug
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']
phpunit-without-intl:
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
phpunitConfig: phpunit-without-intl.xml
extensions: :intl
coverage: xdebug
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']