We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a187970 commit 13f01b3Copy full SHA for 13f01b3
.github/actions/setup/action.yml
@@ -21,7 +21,7 @@ runs:
21
with:
22
php-version: ${{ inputs.php-version }}
23
extensions: "mongodb-${{ inputs.driver-version }}"
24
- key: "extcache-v1"
+ key: "extcache-${{ inputs.driver-version }}"
25
26
- name: Cache extensions
27
uses: actions/cache@v4
0 commit comments