From bbb76333d7f08d4a3330629895a13e53eee34e4d Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 21 Feb 2024 04:38:38 -0600 Subject: [PATCH] README: link to 2.0 branch for CI status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c32d830..07b7900 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mcrypt_compat -[![CI Status](https://github.com/phpseclib/mcrypt_compat/actions/workflows/ci.yml/badge.svg?branch=1.0&event=push "CI Status")](https://github.com/phpseclib/mcrypt_compat/actions/workflows/ci.yml?query=branch%3A1.0) +[![CI Status](https://github.com/phpseclib/mcrypt_compat/actions/workflows/ci.yml/badge.svg?branch=2.0&event=push "CI Status")](https://github.com/phpseclib/mcrypt_compat/actions/workflows/ci.yml?query=branch%3A2.0) PHP 5.x-8.x polyfill for mcrypt extension.