We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47f9f3a + 347723a commit 571bdedCopy full SHA for 571bded
.github/workflows/nightly.yml
@@ -1086,6 +1086,7 @@ jobs:
1086
- zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }}
1087
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
1088
runs-on: ubuntu-latest
1089
+ timeout-minutes: 50
1090
steps:
1091
- name: git checkout
1092
uses: actions/checkout@v4
.github/workflows/push.yml
@@ -356,6 +356,7 @@ jobs:
356
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
357
name: FREEBSD
358
359
360
361
362
0 commit comments