Browse Source

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  CI: Do not save ccache for PRs for LINUX_X32
pull/20027/merge
Tim Düsterhus 5 days ago
parent
commit
90e270838a
No known key found for this signature in database GPG Key ID: 8FF75566094168AF
  1. 1
      .github/workflows/push.yml

1
.github/workflows/push.yml

@ -167,6 +167,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-x32
with:

Loading…
Cancel
Save