diff options
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0b37c0cf..df6ecc7b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,6 +17,11 @@ jobs: env: GO111MODULE: on steps: + - name: Set up Go ${{ matrix.go }} + uses: actions/setup-go@v1 + with: + go-version: ${{ matrix.go }} + - name: Set up PHP ${{ matrix.php }} uses: shivammathur/setup-php@v1 with: @@ -24,11 +29,6 @@ jobs: extensions: dom coverage: xdebug - - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v1 - with: - go-version: ${{ matrix.go }} - - name: Check out code uses: actions/checkout@v2 with: |