From 9e1c2c6dd5abd62b906502a4b80cec0b83f3d2d2 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Wed, 1 Nov 2023 13:49:37 +0800 Subject: [PATCH] Update README-zh.md --- README-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 94f79ce7..f15013ea 100755 --- a/README-zh.md +++ b/README-zh.md @@ -14,11 +14,11 @@ Build single static PHP binary, with PHP project together, with popular extensio > 该 SAPI 源自 [dixyes/phpmicro](https://github.com/dixyes/phpmicro) 的 [Fork 仓库](https://github.com/crazywhalecc/phpmicro)。 -[![Version](https://img.shields.io/badge/Version-2.0--rc7-pink.svg?style=flat-square)]() +[![Version](https://img.shields.io/badge/Version-2.0--rc8-pink.svg?style=flat-square)]() [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]() [![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build-linux-x86_64.yml?branch=refactor&label=Linux%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) [![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build-macos-x86_64.yml?branch=refactor&label=macOS%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) -[![](https://img.shields.io/badge/Extension%20Counter-55+-yellow.svg?style=flat-square)]() +[![](https://img.shields.io/badge/Extension%20Counter-65+-yellow.svg?style=flat-square)]() [![](https://img.shields.io/github/search/crazywhalecc/static-php-cli/TODO?label=TODO%20Counter&style=flat-square)]() > 项目名称是 static-php-cli,但其实支持 cli、fpm、micro 和 embed SAPI 😎