From 753ae2de3938c5b6d78d42582fc359d10b3b878f Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 31 Aug 2021 13:36:11 +0800 Subject: [PATCH] update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99bc025a..0426bc43 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM 注:只能编译 CLI 模式,暂不支持 CGI 和 FPM 模式 [![版本](https://img.shields.io/badge/script--version-1.3.3-green.svg)]() -![Build Actions](https://github.com/crazywhalecc/static-php-cli/actions/workflows/php-8.0.yml/badge.svg) +![Build Actions](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-php.yml/badge.svg) ## 编译环境需求 - 目前在 x86_64 和 aarch64(arm64) 架构上编译成功,其他架构需自行测试