Skip to content

Commit

Permalink
Remove concept of OS from rector workflow (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty authored Dec 13, 2022
1 parent 33afadf commit d571441
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
uses: "actions/cache@v3"
with:
path: "${{ steps.composer-cache.outputs.directory }}"
key: "composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}"
key: "composer-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}"
restore-keys: |
composer-${{ runner.os }}-${{ matrix.php-version }}-
composer-${{ runner.os }}-
composer-${{ matrix.php-version }}-
composer-
- name: "Download dependencies"
Expand Down

0 comments on commit d571441

Please # to comment.