1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
status = [
'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
|