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 080ba20 + abb7f28 commit 0c044b3Copy full SHA for 0c044b3
.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
@@ -221,6 +221,7 @@ jobs:
221
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
222
name: FREEBSD
223
224
225
226
227
0 commit comments