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