Skip to content

Commit

Permalink
Update Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 18, 2023
1 parent 979175a commit fa55e8b
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 73 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
script: |
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
cd e2e/integration/repo
git checkout 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
cp ../rector-composer.lock composer.lock
composer install
../../../phpstan.phar analyse -c ../rector.neon
- php-version: 8.1
script: |
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
cd e2e/integration/repo
git checkout 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
cp ../rector-composer.lock composer.lock
composer install
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
Expand All @@ -72,7 +72,7 @@ jobs:
script: |
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
cd e2e/integration/repo
git checkout 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
cp ../rector-composer.lock composer.lock
composer install
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
Expand All @@ -83,7 +83,7 @@ jobs:
script: |
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
cd e2e/integration/repo
git checkout 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
cp ../rector-composer.lock composer.lock
composer install
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
Expand Down
Loading

0 comments on commit fa55e8b

Please sign in to comment.