Skip to content

Commit 944a1fb

Browse files
committed
Simplify cache configuration
1 parent 3549c29 commit 944a1fb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/emulator-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
env:
3535
php-version: '8.4'
36-
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
37-
key: cache-emulators-8x
36+
extensions: grpc
37+
key: cache-v1
3838

3939
steps:
4040
- name: Checkout code

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
env:
3535
php-version: '8.4'
36-
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
37-
key: cache-integration-8x
36+
extensions: grpc
37+
key: cache-v1
3838

3939
steps:
4040
- name: Checkout code

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- "8.5"
4040

4141
env:
42-
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
43-
key: cache-static-analysis-8x-${{ matrix.php }}
42+
extensions: grpc
43+
key: cache-v1
4444

4545
steps:
4646
- name: Checkout code

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- "highest"
4343

4444
env:
45-
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
46-
key: cache-unit-8x-${{ matrix.php }}
45+
extensions: grpc
46+
key: cache-v1
4747

4848
steps:
4949
- name: Checkout code

0 commit comments

Comments
 (0)