Skip to content

Commit

Permalink
Use php 7.4 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Dec 12, 2024
1 parent ca39fe1 commit 37b9406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: composer require rector/rector:^1.1 --working-dir rector-local --ansi

# downgrade to PHP 7.4
- run: rector-local/vendor/bin/rector process src --config build/rector-downgrade-php-72.php --ansi
- run: rector-local/vendor/bin/rector process src --config build/rector-downgrade-php-74.php --ansi

# clear the dev files
- run: rm -rf tests rector-local ecs.php phpstan.neon phpunit.xml .editorconfig
Expand Down
2 changes: 1 addition & 1 deletion full-tool-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rm -rf tests
# downgrade with rector
mkdir rector-local
composer require rector/rector --working-dir rector-local
rector-local/vendor/bin/rector process src --config build/rector-downgrade-php-72.php --ansi
rector-local/vendor/bin/rector process src --config build/rector-downgrade-php-74.php --ansi

0 comments on commit 37b9406

Please sign in to comment.