diff options
author | Valery Piashchynski <[email protected]> | 2020-10-27 16:15:11 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-27 16:15:11 +0300 |
commit | 47a570c220a36ae7b770ea594a41637fa31fc8e8 (patch) | |
tree | db4c7e348c6b03c478a907cf89c8baaf68195d73 /.github/workflows/ci-build.yml | |
parent | 105bde0e0c1a7c133d1daa10603ca5ce9a9ade4d (diff) | |
parent | 27392d90f3b208adc5215ce876698650a4188463 (diff) |
Merge pull request #377 from spiral/feature/pool_supervisor
Feature/pool supervisor
Diffstat (limited to '.github/workflows/ci-build.yml')
-rwxr-xr-x | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 585858c1..94549c37 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.go }} - name: Set up PHP ${{ matrix.php }} - uses: shivammathur/setup-php@v1 + uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: dom |