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 2b5d978 + 571bded commit 65c9614Copy full SHA for 65c9614
.github/workflows/nightly.yml
@@ -1068,6 +1068,7 @@ jobs:
1068
- zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }}
1069
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
1070
runs-on: ubuntu-latest
1071
+ timeout-minutes: 50
1072
steps:
1073
- name: git checkout
1074
uses: actions/checkout@v4
.github/workflows/push.yml
@@ -366,6 +366,7 @@ jobs:
366
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
367
name: FREEBSD
368
369
370
371
372
0 commit comments