From 3b6d4c6ac8610159e023e5b109c309ae44daeefc Mon Sep 17 00:00:00 2001 From: Chris Di Carlo Date: Sun, 18 Apr 2021 14:52:59 -0400 Subject: [PATCH] Update README badges --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38a075c..5ba90a8 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ This package provides a trait you can add to an Eloquent model that will automatically create human-readable timestamp diffs using Carbon. [![Latest Version on Packagist](https://img.shields.io/packagist/v/chrisdicarlo/eloquent-human-timestamps.svg?style=flat-square)](https://packagist.org/packages/chrisdicarlo/eloquent-human-timestamps) -![](https://github.com/chrisdicarlo/eloquent-human-timestamps/workflows/Run%20Tests%20-%20L8/badge.svg?branch=master) -![](https://github.com/chrisdicarlo/eloquent-human-timestamps/workflows/Run%20Tests%20-%20L6,L7/badge.svg?branch=master) +![Laravel 8 Tests](https://github.com/chrisdicarlo/eloquent-human-timestamps/actions/workflows/run-tests-L8.yml/badge.svg) +![Laravel 6 & 7 Tests](https://github.com/chrisdicarlo/eloquent-human-timestamps/actions/workflows/run-tests-L7.yml/badge.svg)branch=master) + +![](https://github.com/chrisdicarlo/eloquent-human-timestamps/actions/workflows/Run%20Tests%20-%20L6,L7/badge.svg?branch=master) [![Total Downloads](https://img.shields.io/packagist/dt/chrisdicarlo/eloquent-human-timestamps.svg?style=flat-square)](https://packagist.org/packages/chrisdicarlo/eloquent-human-timestamps) ## Installation