Skip to content

Commit

Permalink
[Scoped] Early downgrade src/functions (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 9, 2021
1 parent b64ca4e commit 4f26e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# install only prod dependencies - do not use ramsey, it uses cache including "dev", we want to avoid it here
- run: composer install --no-dev --ansi

# early downgrade individual files of symfony Attribute classes
# early downgrade individual functions and files of symfony Attribute classes
- run: bin/rector process src/functions -c build/config/config-downgrade-php70.php --ansi
- run: bin/rector process vendor/symfony/dependency-injection/Attribute/Autoconfigure.php -c build/config/config-downgrade-php70.php --ansi
- run: bin/rector process vendor/symfony/dependency-injection/Attribute/AutoconfigureTag.php -c build/config/config-downgrade-php70.php --ansi

Expand Down

0 comments on commit 4f26e36

Please sign in to comment.