Skip to content

Commit a50f765

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
2 parents 8ad81c0 + c95125d commit a50f765

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
@@ -49,6 +49,7 @@ jobs:
4949
# GitHub has no way to query the job name (github.job is the
5050
# job id, not the job name)
5151
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
52+
append-timestamp: false
5253
- name: ./configure
5354
uses: ./.github/actions/configure-x64
5455
with:
@@ -101,6 +102,7 @@ jobs:
101102
uses: hendrikmuhs/ccache-action@v1.2
102103
with:
103104
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
105+
append-timestamp: false
104106
- name: ./configure
105107
uses: ./.github/actions/configure-x32
106108
with:
@@ -131,6 +133,7 @@ jobs:
131133
uses: hendrikmuhs/ccache-action@v1.2
132134
with:
133135
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
136+
append-timestamp: false
134137
- name: ./configure
135138
uses: ./.github/actions/configure-macos
136139
with:

0 commit comments

Comments
 (0)