Skip to content

Commit 65c9614

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Add timeout for FreeBSD
2 parents 2b5d978 + 571bded commit 65c9614

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
@@ -1068,6 +1068,7 @@ jobs:
10681068
- zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }}
10691069
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
10701070
runs-on: ubuntu-latest
1071+
timeout-minutes: 50
10711072
steps:
10721073
- name: git checkout
10731074
uses: actions/checkout@v4

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ jobs:
366366
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
367367
name: FREEBSD
368368
runs-on: ubuntu-latest
369+
timeout-minutes: 50
369370
steps:
370371
- name: git checkout
371372
uses: actions/checkout@v4

0 commit comments

Comments
 (0)