Skip to content

Commit 0c044b3

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Add timeout for FreeBSD
2 parents 080ba20 + abb7f28 commit 0c044b3

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
@@ -221,6 +221,7 @@ jobs:
221221
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
222222
name: FREEBSD
223223
runs-on: ubuntu-latest
224+
timeout-minutes: 50
224225
steps:
225226
- name: git checkout
226227
uses: actions/checkout@v4

0 commit comments

Comments
 (0)