summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2019-12-25 20:59:46 +0500
committerParamtamtam <[email protected]>2019-12-25 20:59:46 +0500
commitd31ffefa68ef2c8f275c459bb50675e9d135f637 (patch)
tree8735ed8b60d464fb1cc1d3ea5116bf41b9b162aa /.github
parent0c68e87e9a38fe36a7007560cd148594112c4072 (diff)
Workflow updated
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 4e0a7034..95634566 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -11,6 +11,7 @@ jobs:
name: Build (PHP ${{ matrix.php }}, Go ${{ matrix.go }})
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
php: [7.1, 7.2, 7.3, 7.4]
go: [1.12]