Skip to content

Commit ae6774c

Browse files
committed
Update Rector
1 parent fc673ee commit ae6774c

2 files changed

Lines changed: 79 additions & 73 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
script: |
5454
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
5555
cd e2e/integration/repo
56-
git checkout 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
56+
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
5757
cp ../rector-composer.lock composer.lock
5858
composer install
5959
../../../phpstan.phar analyse -c ../rector.neon
6060
- php-version: 8.1
6161
script: |
6262
git clone https://github.com/rectorphp/rector-src.git e2e/integration/repo
6363
cd e2e/integration/repo
64-
git checkout 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
64+
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
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 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
75+
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
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 54a340ce750f48aa3e09f65e02df9dc6fa2206a0
86+
git checkout 14cc7d49406c55acd1ce7e83c7cddd23b9fd12a2
8787
cp ../rector-composer.lock composer.lock
8888
composer install
8989
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar

0 commit comments

Comments
 (0)