Skip to content

Fix: Handle generic type components in ApplicationPropertiesClassReflectionExtension. #345

Fix: Handle generic type components in ApplicationPropertiesClassReflectionExtension.

Fix: Handle generic type components in ApplicationPropertiesClassReflectionExtension. #345

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: build
jobs:
phpunit:
uses: php-forge/actions/.github/workflows/phpunit.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
composer-command: |
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
concurrency-group: phpunit-${{ github.workflow }}-${{ github.ref }}
phpunit-compatibility:
uses: php-forge/actions/.github/workflows/phpunit.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
concurrency-group: phpunit-compatibility-${{ github.workflow }}-${{ github.ref }}
extensions: intl