Skip to content

Commit 7044a43

Browse files
committed
remove wrong composer cache from rector-ci
1 parent fcef786 commit 7044a43

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/rector-continuous-integration.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
uses: "shivammathur/setup-php@v2"
3232
with:
3333
php-version: "${{ matrix.php-version }}"
34-
35-
- name: "Cache dependencies installed with composer"
36-
uses: "actions/cache@v1"
37-
with:
38-
path: "~/.composer/cache"
39-
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
40-
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
4134

4235
- name: "Composer install"
4336
run: "composer install && composer rector && composer test"

0 commit comments

Comments
 (0)