summaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-16 10:40:22 +0300
committerValery Piashchynski <[email protected]>2020-12-16 10:40:22 +0300
commit9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (patch)
tree2f4c51144a7b54ee41db8ca1e9771a64100c3cc1 /bors.toml
parent089a202aa716f3510402ff8baf47a3b9bfaefcb8 (diff)
Add reload tests to the Makefile and CI. Update tests
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