diff options
Diffstat (limited to 'bors.toml')
-rwxr-xr-x | bors.toml | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -1,20 +1,14 @@ 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', + 'Linux / Build (Go 1.14, PHP 7.4, OS ubuntu-20.04)', + 'Linux / Build (Go 1.15, PHP 7.4, OS ubuntu-20.04)', + 'Linux / Build (Go 1.14, PHP 8.0, OS ubuntu-20.04)', + 'Linux / Build (Go 1.15, PHP 8.0, OS ubuntu-20.04)', + 'macOS / Build (Go 1.14, PHP 7.4, OS macos-latest)', + 'macOS / Build (Go 1.15, PHP 7.4, OS macos-latest)', + 'macOS / Build (Go 1.14, PHP 8.0, OS macos-latest)', + 'macOS / Build (Go 1.15, PHP 8.0, OS macos-latest)', + 'Linux / Golang-CI (lint) ', ] - required_approvals = 0 delete_merged_branches = true timeout-sec = 1800 |