Skip to content

Commit 347723a

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Add timeout for FreeBSD
2 parents 9b86533 + 0c044b3 commit 347723a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,7 @@ jobs:
10861086
- zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }}
10871087
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
10881088
runs-on: ubuntu-latest
1089+
timeout-minutes: 50
10891090
steps:
10901091
- name: git checkout
10911092
uses: actions/checkout@v4

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ jobs:
340340
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
341341
name: FREEBSD
342342
runs-on: ubuntu-latest
343+
timeout-minutes: 50
343344
steps:
344345
- name: git checkout
345346
uses: actions/checkout@v4

0 commit comments

Comments
 (0)