From 746ccccecd1d3f9033feb86c23fa719b72f94aaf Mon Sep 17 00:00:00 2001 From: Myke Meynell <1590190+mykemeynell@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:37:41 +0100 Subject: [PATCH] docs: updated README with CI/CD workflow badage. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6e79355..7b83dd6 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Duration -[![PHP Tests](https://github.com/Ayup-Creative/php-duration/actions/workflows/phpunit.yml/badge.svg)](https://github.com/Ayup-Creative/php-duration/actions/workflows/phpunit.yml) +[![PHP Tests](https://github.com/Ayup-Creative/php-duration/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/Ayup-Creative/php-duration/actions/workflows/ci-cd.yml) [![Latest Version on Packagist](https://img.shields.io/packagist/v/ayup-creative/duration.svg?style=flat-square)](https://packagist.org/packages/ayup-creative/duration) [![Total Downloads](https://img.shields.io/packagist/dt/ayup-creative/duration.svg?style=flat-square)](https://packagist.org/packages/ayup-creative/duration) [![License](https://img.shields.io/packagist/l/ayup-creative/duration.svg?style=flat-square)](https://packagist.org/packages/ayup-creative/duration)