summaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-17 10:11:56 +0300
committerGitHub <[email protected]>2020-12-17 10:11:56 +0300
commita1dc59cabb6e63eab232922f4eb5a19dbd168f44 (patch)
treea35057cd5b8d22002bbd05812a3fb604ce03b705 /bors.toml
parentde3c2274d0009b63ead05ddf3d699012f1d11ada (diff)
parent1033c25b6bfc752d6059e446510f651e22cbf49b (diff)
Merge pull request #448 from spiral/plugin/reloader
[RR2] Plugin/reload
Diffstat (limited to 'bors.toml')
-rwxr-xr-xbors.toml20
1 files changed, 14 insertions, 6 deletions
diff --git a/bors.toml b/bors.toml
index 73a37428..356b17be 100755
--- a/bors.toml
+++ b/bors.toml
@@ -1,10 +1,18 @@
status = [
-'Build (Go 1.14, PHP 7.4)',
-'Build (Go 1.15, PHP 7.4)',
-'Build (Go 1.14, PHP 8.0)',
-'Build (Go 1.15, PHP 8.0)',
-'Golang-CI (lint)',
-'Build docker image',
+ '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 = 1