Skip to content

Commit ef013e5

Browse files
committed
Update Rector
1 parent f890b8f commit ef013e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
script: |
6262
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
6363
cd e2e/integration/repo
64-
git checkout 9c6f41e6c0b943912ca1fd2b6a289106b556efbe
64+
git checkout 7a6531d32db4db72241628feb6f8257e2df3720e
6565
cp ../rector-composer.lock composer.lock
6666
composer install
6767
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
@@ -72,7 +72,7 @@ jobs:
7272
script: |
7373
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
7474
cd e2e/integration/repo
75-
git checkout 9c6f41e6c0b943912ca1fd2b6a289106b556efbe
75+
git checkout 7a6531d32db4db72241628feb6f8257e2df3720e
7676
cp ../rector-composer.lock composer.lock
7777
composer install
7878
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
@@ -83,7 +83,7 @@ jobs:
8383
script: |
8484
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
8585
cd e2e/integration/repo
86-
git checkout 9c6f41e6c0b943912ca1fd2b6a289106b556efbe
86+
git checkout 7a6531d32db4db72241628feb6f8257e2df3720e
8787
cp ../rector-composer.lock composer.lock
8888
composer install
8989
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar

0 commit comments

Comments
 (0)