Skip to content

Commit 3eebe92

Browse files
Add vendor cache
1 parent efa75bd commit 3eebe92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
name: Build PHP version ${{ matrix.php-versions }}
1616
steps:
1717
- uses: actions/checkout@v2
18+
- uses: actions/cache@v2
19+
with:
20+
path: vendor
21+
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
1822
- uses: shivammathur/setup-php@v2
1923
with:
2024
php-version: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)