From c64138c5034296767e6350c6560b15457d6b10c0 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 13 Nov 2022 13:46:25 +0100 Subject: [PATCH] Update CI badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4089894..4747982 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP binding for libvips -[![Build Status](https://travis-ci.org/libvips/php-vips.svg?branch=master)](https://travis-ci.org/libvips/php-vips) +[![CI](https://github.com/libvips/php-vips/workflows/CI/badge.svg)](https://github.com/libvips/php-vips/actions) `php-vips` is a binding for [libvips](https://github.com/libvips/libvips) 8.7 and later that runs on PHP 7.4 and later.