summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2019-12-25 20:49:51 +0500
committerParamtamtam <[email protected]>2019-12-25 20:49:51 +0500
commit1028681bfac70739a1ef7e32af0c003e308b5155 (patch)
tree39468cefd1f3a4f237e9815aa0f94278c2b557e8 /.github/workflows/ci-build.yml
parent07ce4ac9cbca7d4e132023c33fd157853c48073c (diff)
Workflow updated
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index dd5b5a0e..a017428b 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -8,7 +8,7 @@ on:
jobs:
build:
- name: Execute tests (using PHP ${{ matrix.php }} and Go ${{ matrix.go }})
+ name: Build (PHP ${{ matrix.php }}, Go ${{ matrix.go }})
runs-on: ubuntu-latest
strategy:
matrix:
@@ -25,7 +25,7 @@ jobs:
coverage: xdebug
- name: Set up Go ${{ matrix.go }}
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}