diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
commit | 9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (patch) | |
tree | 2f4c51144a7b54ee41db8ca1e9771a64100c3cc1 /bors.toml | |
parent | 089a202aa716f3510402ff8baf47a3b9bfaefcb8 (diff) |
Add reload tests to the Makefile and CI. Update tests
Diffstat (limited to 'bors.toml')
-rwxr-xr-x | bors.toml | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -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 |