Skip to content

Commit d571441

Browse files
authored
Remove concept of OS from rector workflow (#579)
1 parent 33afadf commit d571441

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rector.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
uses: "actions/cache@v3"
3838
with:
3939
path: "${{ steps.composer-cache.outputs.directory }}"
40-
key: "composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}"
40+
key: "composer-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}"
4141
restore-keys: |
42-
composer-${{ runner.os }}-${{ matrix.php-version }}-
43-
composer-${{ runner.os }}-
42+
composer-${{ matrix.php-version }}-
4443
composer-
4544
4645
- name: "Download dependencies"

0 commit comments

Comments
 (0)