diff options
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 4 |
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 }} |