Skip to content

Commit be239a2

Browse files
committed
Changed cache key in GitHub workflow file
1 parent 31f8ab5 commit be239a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
php-versions: ['7.4']
1212
env:
1313
extensions: pcov, dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter
14-
key: cache-v1
14+
key: cache-v2
1515
steps:
1616
- name: "Checkout"
1717
uses: actions/checkout@v2
@@ -70,7 +70,7 @@ jobs:
7070
php-versions: ['8.0', '8.1']
7171
env:
7272
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter
73-
key: cache-v1
73+
key: cache-v2
7474
steps:
7575
- name: "Turn off git EOL conversion"
7676
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)