Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  CI: Do not save the ccache for PRs (#14168)
This commit is contained in:
Tim Düsterhus 2024-05-07 20:52:25 +02:00
commit 1bf42b4eb4
No known key found for this signature in database
GPG Key ID: 8FF75566094168AF

View File

@ -105,6 +105,7 @@ jobs:
# job id, not the job name)
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- name: ./configure
uses: ./.github/actions/configure-x64
with:
@ -150,6 +151,7 @@ jobs:
with:
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- name: ./configure
uses: ./.github/actions/configure-macos
with: