Skip to content

Commit 571bded

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Add timeout for FreeBSD
2 parents 47f9f3a + 347723a commit 571bded

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
@@ -356,6 +356,7 @@ jobs:
356356
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
357357
name: FREEBSD
358358
runs-on: ubuntu-latest
359+
timeout-minutes: 50
359360
steps:
360361
- name: git checkout
361362
uses: actions/checkout@v4

0 commit comments

Comments
 (0)