Skip to content

Commit 9d954ef

Browse files
committed
Merge branch 'PHP-8.2'
2 parents bf809a9 + a50f765 commit 9d954ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
# GitHub has no way to query the job name (github.job is the
5252
# job id, not the job name)
5353
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
54+
append-timestamp: false
5455
- name: ./configure
5556
uses: ./.github/actions/configure-x64
5657
with:
@@ -103,6 +104,7 @@ jobs:
103104
uses: hendrikmuhs/ccache-action@v1.2
104105
with:
105106
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
107+
append-timestamp: false
106108
- name: ./configure
107109
uses: ./.github/actions/configure-x32
108110
with:
@@ -133,6 +135,7 @@ jobs:
133135
uses: hendrikmuhs/ccache-action@v1.2
134136
with:
135137
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
138+
append-timestamp: false
136139
- name: ./configure
137140
uses: ./.github/actions/configure-macos
138141
with:

0 commit comments

Comments
 (0)