From abd601d34f58f9cd310a2b5ce1d4f2b4ce2c2be1 Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Wed, 10 Dec 2025 07:28:47 +0100 Subject: [PATCH] Remove build status from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d1efc1e..97cb699 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Icinga PHP Library - SQL abstraction layer -![Build Status](https://github.com/Icinga/ipl-sql/workflows/PHP%20Tests/badge.svg?branch=main) - The package `ipl\Sql` provides a [database connection abstraction](#sql-connection) and an [SQL query abstraction layer](#sql-queries) for building SQL queries via an OOP API.