Skip to content

Commit e7f9100

Browse files
committed
Use a PHP extension cache unique per driver version
1 parent c6475d9 commit e7f9100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
with:
2525
php-version: ${{ inputs.php-version }}
2626
extensions: "mongodb-${{ inputs.driver-version }}"
27-
key: "extcache-v1"
27+
key: "extcache-${{ inputs.driver-version }}"
2828

2929
- name: Cache extensions
3030
uses: actions/cache@v4

0 commit comments

Comments
 (0)