-
Notifications
You must be signed in to change notification settings - Fork 97
/
bors.toml
33 lines (28 loc) · 1.24 KB
/
bors.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
status = [
'linter-check',
'phpstan-tests',
'integration-tests (PHP 7.4) (Guzzle-7)',
'integration-tests (PHP 7.4) (Guzzle-7-Adapter)',
'integration-tests (PHP 7.4) (PHP-HTTP-CurlClient)',
'integration-tests (PHP 7.4) (Kriswallsmith-Buzz)',
'integration-tests (PHP 8.0) (Guzzle-7)',
'integration-tests (PHP 8.0) (Guzzle-7-Adapter)',
'integration-tests (PHP 8.0) (PHP-HTTP-CurlClient)',
'integration-tests (PHP 8.0) (Kriswallsmith-Buzz)',
'integration-tests (PHP 8.1) (Guzzle-7)',
'integration-tests (PHP 8.1) (Guzzle-7-Adapter)',
'integration-tests (PHP 8.1) (PHP-HTTP-CurlClient)',
'integration-tests (PHP 8.1) (Kriswallsmith-Buzz)',
'integration-tests (PHP 8.2) (Guzzle-7)',
'integration-tests (PHP 8.2) (Guzzle-7-Adapter)',
'integration-tests (PHP 8.2) (Symfony-HttpClient)',
'integration-tests (PHP 8.2) (PHP-HTTP-CurlClient)',
'integration-tests (PHP 8.2) (Kriswallsmith-Buzz)',
'integration-tests (PHP 8.3) (Guzzle-7)',
'integration-tests (PHP 8.3) (Guzzle-7-Adapter)',
'integration-tests (PHP 8.3) (Symfony-HttpClient)',
'integration-tests (PHP 8.3) (PHP-HTTP-CurlClient)',
'integration-tests (PHP 8.3) (Kriswallsmith-Buzz)',
]
# 1 hour timeout
timeout-sec = 3600