Skip to content

Commit

Permalink
Bump extension cache key in workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 24, 2021
1 parent 220d0c2 commit bee5abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
env:
extensions: xml, opcache, xdebug, pcov
key: cache-v4
key: cache-v5
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bee5abe

Please sign in to comment.