Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit dc3421a

Browse files
authored
Merge pull request #54 from PrisisForks/feature/reset-cache
fix : reset cache
2 parents 0341c81 + b5eb93c commit dc3421a

7 files changed

+8
-8
lines changed

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
php-versions: ["7.3"]
2020

2121
env:
22-
key: "code-coverage-v2" # change key (version) to clear cache
22+
key: "code-coverage-v3" # change key (version) to clear cache
2323
extensions: "mbstring"
2424
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1, serialize_precision=14, pcov.directory=api"
2525
tools: "composer, composer-prefetcher, cs2pr"

.github/workflows/coding-standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ["7.3"]
2222

2323
env:
24-
key: "coding-standard-v2" # change key (version) to clear cache
24+
key: "coding-standard-v3" # change key (version) to clear cache
2525
extensions: "mbstring"
2626
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1"
2727
tools: "composer, composer-prefetcher, cs2pr"

.github/workflows/continuous-integration-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dependencies: ["highest", "lowest"]
2323

2424
env:
25-
key: "continuous-integration-linux-v2" # change key (version) to clear cache
25+
key: "continuous-integration-linux-v3" # change key (version) to clear cache
2626
extensions: "mbstring"
2727
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1, serialize_precision=14"
2828
tools: "composer, composer-prefetcher"

.github/workflows/continuous-integration-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dependencies: ["highest", "lowest"]
2323

2424
env:
25-
key: "continuous-integration-windows-v2" # change key (version) to clear cache
25+
key: "continuous-integration-windows-v3" # change key (version) to clear cache
2626
extensions: "mbstring"
2727
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1, serialize_precision=14"
2828
tools: "composer, composer-prefetcher"

.github/workflows/license-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-versions: ["7.3"]
1818

1919
env:
20-
key: "license-update-linux-v2" # change key (version) to clear cache
20+
key: "license-update-linux-v3" # change key (version) to clear cache
2121
extensions: "mbstring"
2222
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1"
2323
tools: "composer, composer-prefetcher, cs2pr"

.github/workflows/mutation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ["7.3"]
2222

2323
env:
24-
key: "mutation-v2" # change key (version) to clear cache
24+
key: "mutation-v3" # change key (version) to clear cache
2525
min-covered-msi: 100
2626
min-msi: 100
2727
extensions: "mbstring"

.github/workflows/static-analyze.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ["7.3"]
2222

2323
env:
24-
key: "static-analyze-v2" # change key (version) to clear cache
24+
key: "static-analyze-v3" # change key (version) to clear cache
2525
extensions: "mbstring"
2626
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1"
2727
tools: "composer, composer-prefetcher, cs2pr"
@@ -110,7 +110,7 @@ jobs:
110110
php-versions: ["7.3"]
111111

112112
env:
113-
key: "static-analyze-v2" # change key (version) to clear cache
113+
key: "static-analyze-v3" # change key (version) to clear cache
114114
extensions: "mbstring"
115115
ini-values: "date.timezone=Europe/Berlin, opcache.enable_cli=1"
116116
tools: "composer, composer-prefetcher"

0 commit comments

Comments
 (0)