From 10ac3e3a8a824ef42b0764482031ad5f188d3512 Mon Sep 17 00:00:00 2001 From: GITTHUBBD <96171225+GITTHUBBD@users.noreply.github.com> Date: Wed, 15 Dec 2021 09:01:34 -0500 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1e77609..da50a91 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -47,3 +47,14 @@ jobs: config-file: # optional # Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided. include-prerelease: # optional +- name: Cache + uses: actions/cache@v2.1.7 + with: + # A list of files, directories, and wildcard patterns to cache and restore + path: + # An explicit key for restoring and saving the cache + key: + # An ordered list of keys to use for restoring the cache if no cache hit occurred for key + restore-keys: # optional + # The chunk size used to split up large files during upload, in bytes + upload-chunk-size: # optional