From f735a84779dc48bc2261af779e3fcc267f063020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 6 Oct 2025 10:14:28 +0200 Subject: [PATCH] Fix GitHub Workflow badges https://docs.github.com/en/actions/how-tos/monitor-workflows/add-a-status-badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7620c72c..643e539e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MongoDB PHP Library -![Tests](https://github.com/mongodb/mongo-php-library/workflows/Tests/badge.svg) -![Coding Standards](https://github.com/mongodb/mongo-php-library/workflows/Coding%20Standards/badge.svg) +![Tests](https://github.com/mongodb/mongo-php-library/actions/workflows/tests.yml/badge.svg) +![Coding Standards](https://github.com/mongodb/mongo-php-library/actions/workflows/coding-standards.yml/badge.svg) This library provides a high-level abstraction around the lower-level [PHP driver](https://github.com/mongodb/mongo-php-driver) (`mongodb` extension).