Skip to content

[Symfony 7.3] add constant and test for 7.3 and test help to attribute #718 #2179

[Symfony 7.3] add constant and test for 7.3 and test help to attribute #718

[Symfony 7.3] add constant and test for 7.3 and test help to attribute #718 #2179

name: Code Analysis
on:
pull_request: null
push:
branches:
- main
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-main"
jobs:
code_analysis:
strategy:
fail-fast: false
matrix:
actions:
-
name: 'Active Classes'
run: vendor/bin/class-leak check config src rules --ansi --skip-suffix "Rector" --skip-type "\Rector\Set\Contract\SetProviderInterface"
name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
-
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- uses: "ramsey/composer-install@v2"
- run: ${{ matrix.actions.run }}