summaryrefslogtreecommitdiff
path: root/bors.toml
blob: e35b52a36720785dddbd087edc836b60e96f11a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
status = [
    'Build (Go 1.14, PHP 7.4, OS ubuntu-latest)',
    'Build (Go 1.14, PHP 7.4, OS windows-latest)',
    'Build (Go 1.14, PHP 7.4, OS macos-latest)',
    'Build (Go 1.15, PHP 7.4, OS ubuntu-latest)',
    'Build (Go 1.15, PHP 7.4, OS windows-latest)',
    'Build (Go 1.15, PHP 7.4, OS macos-latest)',
    'Build (Go 1.14, PHP 8.0, OS ubuntu-latest)',
    'Build (Go 1.14, PHP 8.0, OS windows-latest)',
    'Build (Go 1.14, PHP 8.0, OS macos-latest)',
    'Build (Go 1.15, PHP 8.0, OS ubuntu-latest)',
    'Build (Go 1.15, PHP 8.0, OS windows-latest)',
    'Build (Go 1.15, PHP 8.0, OS macos-latest)',
    'Golang-CI (lint)',
    'Build docker image',
]

required_approvals = 0
delete_merged_branches = true
timeout-sec = 1800