Merge branch 'PHP-8.4'

* PHP-8.4:
  [skip ci] Add timeout for FreeBSD
This commit is contained in:
Ilija Tovilo 2025-08-12 14:19:11 +02:00
commit 65c961436d
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A
2 changed files with 2 additions and 0 deletions

View file

@ -1068,6 +1068,7 @@ jobs:
- zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }}
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
runs-on: ubuntu-latest
timeout-minutes: 50
steps:
- name: git checkout
uses: actions/checkout@v4

View file

@ -366,6 +366,7 @@ jobs:
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
name: FREEBSD
runs-on: ubuntu-latest
timeout-minutes: 50
steps:
- name: git checkout
uses: actions/checkout@v4