File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses: actions/cache@v3
3434 with:
3535 path: ${{ steps.composer-cache.outputs.dir }}
36- key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
37- restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
36+ key: ${{ runner.os }}-${{ matrix.php }}-composer-v2- ${{ hashFiles('**/composer.json') }}
37+ restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-v2-
3838 - name: Install Dependencies
3939 uses: nick-invision/retry@v2
4040 with:
Original file line number Diff line number Diff line change 3535 uses: actions/cache@v3
3636 with:
3737 path: ${{ steps.composer-cache.outputs.dir }}
38- key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
39- restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
38+ key: ${{ runner.os }}-${{ matrix.php }}-composer-v2- ${{ hashFiles('**/composer.json') }}
39+ restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-v2-
4040 - name: Install Dependencies
4141 uses: nick-invision/retry@v2
4242 with:
Original file line number Diff line number Diff line change 3333 uses: actions/cache@v3
3434 with:
3535 path: ${{ steps.composer-cache.outputs.dir }}
36- key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
37- restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
36+ key: ${{ runner.os }}-${{ matrix.php }}-composer-v2- ${{ hashFiles('**/composer.json') }}
37+ restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-v2-
3838 - name: Install Dependencies
3939 uses: nick-invision/retry@v2
4040 with:
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 uses: actions/cache@v3
3939 with:
4040 path: ${{ steps.composer-cache.outputs.dir }}
41- key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
42- restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
41+ key: ${{ runner.os }}-${{ matrix.php }}-composer-v2- ${{ hashFiles('**/composer.json') }}
42+ restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-v2-
4343 - name: Install Dependencies
4444 uses: nick-invision/retry@v2
4545 with:
4646 timeout_minutes: 5
4747 max_attempts: 5
48- command: composer update --${{ matrix.stability }} --ignore-platform-reqs -- prefer-dist --no-interaction --no-progress
48+ command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4949 - name: Execute Tests
5050 run: composer test
You can’t perform that action at this time.
0 commit comments