From 75277c043ab4ad12a617b728c10cce24012074ab Mon Sep 17 00:00:00 2001 From: inhere Date: Sun, 31 May 2020 13:45:17 +0800 Subject: [PATCH] update readme --- .github/workflows/php.yml | 2 +- README.md | 1 + README.zh-CN.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b2c03da..be8703c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v2 - name: Setup PHP Env - timeout-minutes: 5 + timeout-minutes: 8 uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php}} diff --git a/README.md b/README.md index 98b1658..ffa25a2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://secure.php.net/) [![Swoft Doc](https://img.shields.io/badge/docs-passing-green.svg?maxAge=2592000)](https://www.swoft.org/docs) [![Swoft License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)](https://github.com/swoft-cloud/swoft/blob/master/LICENSE) +[![PHP-CI](https://github.com/swoft-cloud/swoft-cli/workflows/PHP-CI/badge.svg)](https://github.com/swoft-cloud/swoft-cli/actions) > **[中文说明](README.zh-CN.md)** diff --git a/README.zh-CN.md b/README.zh-CN.md index 94e0e0e..a4e1f47 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -4,6 +4,7 @@ [![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://secure.php.net/) [![Swoft Doc](https://img.shields.io/badge/docs-passing-green.svg?maxAge=2592000)](https://www.swoft.org/docs) [![Swoft License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)](https://github.com/swoft-cloud/swoft/blob/master/LICENSE) +[![PHP-CI](https://github.com/swoft-cloud/swoft-cli/workflows/PHP-CI/badge.svg)](https://github.com/swoft-cloud/swoft-cli/actions) > **[EN README](README.md)**