From fe309b212f8f86c1d123a4ea2fef94b6fb1554fb Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 24 Mar 2026 14:19:12 +0100 Subject: [PATCH] chore: fix readme badges Remove stale Travis CI, Coveralls, Code Climate, and old PHP version badges. Replace with GitHub Actions CI badge. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c4b5b3d..b5292b7 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,7 @@ PHP Library for manipulating network addresses (IPv4 and IPv6). -[![Build Status](https://travis-ci.org/S1lentium/IPTools.svg)](https://travis-ci.org/S1lentium/IPTools) -[![Coverage Status](https://coveralls.io/repos/S1lentium/IPTools/badge.svg?branch=master&service=github)](https://coveralls.io/github/S1lentium/IPTools?branch=master) -[![Code Climate](https://codeclimate.com/github/S1lentium/IPTools/badges/gpa.svg)](https://codeclimate.com/github/S1lentium/IPTools) - -[![PHP 5.6](https://img.shields.io/badge/PHP-5.6-8892BF.svg)](http://php.net) -[![PHP 7.0](https://img.shields.io/badge/PHP-7.0-8892BF.svg)](http://php.net) -[![PHP 8.0](https://img.shields.io/badge/PHP-8.0-8892BF.svg)](http://php.net) +[![CI](https://github.com/cdn77/IPTools/actions/workflows/ci.yml/badge.svg)](https://github.com/cdn77/IPTools/actions/workflows/ci.yml) ## Installation Composer: