Skip to content

Commit 71a1cb7

Browse files
Merge branch '7.5' into 8.4
2 parents 37fc30d + c05f7cc commit 71a1cb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@master
8787

88+
- name: "Cache dependencies installed with composer"
89+
uses: actions/cache@v1
90+
with:
91+
path: ~/.composer/cache
92+
key: ${{ matrix.php-binary }}-composer-${{ matrix.dependencies }}-${{ github.sha }}
93+
restore-keys: |
94+
${{ matrix.php-binary }}-composer-${{ matrix.dependencies }}-
95+
8896
- name: Install lowest dependencies with composer
8997
if: matrix.dependencies == 'lowest'
9098
run: ${{ matrix.php-binary }} ./tools/composer update --no-ansi --no-interaction --no-progress --no-suggest --prefer-lowest

0 commit comments

Comments
 (0)