Skip to content

Commit 8540e10

Browse files
Merge branch '11.0'
2 parents a1e2447 + 794887d commit 8540e10

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: Dependency Validation
2020

2121
runs-on: ubuntu-latest
22+
timeout-minutes: 5
2223

2324
steps:
2425
- name: Checkout
@@ -44,6 +45,7 @@ jobs:
4445
if: github.event_name != 'schedule'
4546

4647
runs-on: ubuntu-latest
48+
timeout-minutes: 5
4749

4850
steps:
4951
- name: Checkout
@@ -69,6 +71,7 @@ jobs:
6971
- dependency-validation
7072

7173
runs-on: ubuntu-latest
74+
timeout-minutes: 5
7275

7376
steps:
7477
- name: Checkout
@@ -98,6 +101,7 @@ jobs:
98101
- dependency-validation
99102

100103
runs-on: ${{ matrix.os }}
104+
timeout-minutes: 5
101105

102106
env:
103107
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
@@ -144,6 +148,7 @@ jobs:
144148
- unit-tests
145149

146150
runs-on: ${{ matrix.os }}
151+
timeout-minutes: 5
147152

148153
env:
149154
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
@@ -193,6 +198,7 @@ jobs:
193198
- end-to-end-tests
194199

195200
runs-on: ubuntu-latest
201+
timeout-minutes: 5
196202

197203
steps:
198204
- name: Checkout
@@ -227,6 +233,7 @@ jobs:
227233
- end-to-end-tests
228234

229235
runs-on: ubuntu-latest
236+
timeout-minutes: 5
230237

231238
env:
232239
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
@@ -274,6 +281,7 @@ jobs:
274281
- build-phar
275282

276283
runs-on: ubuntu-latest
284+
timeout-minutes: 5
277285

278286
env:
279287
PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: Release
1313

1414
runs-on: ubuntu-latest
15+
timeout-minutes: 10
1516

1617
permissions:
1718
contents: write

0 commit comments

Comments
 (0)