From 94defdea7058d6769bc456a7fa0f078cfc8afd57 Mon Sep 17 00:00:00 2001 From: Philipp Scheit Date: Fri, 1 Aug 2025 10:57:41 +0200 Subject: [PATCH] Update readme link for renamed action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c7ac05c..8d4314d71 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ This is the PHP port of Hamcrest Matchers ========================================= -[![tests](https://github.com/hamcrest/hamcrest-php/actions/workflows/tests.yml/badge.svg)](https://github.com/hamcrest/hamcrest-php/actions/workflows/tests.yml) +[![tests](https://github.com/hamcrest/hamcrest-php/actions/workflows/ci.yml/badge.svg)](https://github.com/hamcrest/hamcrest-php/actions/workflows/ci.yml) Hamcrest is a matching library originally written for Java, but subsequently ported to many other languages. hamcrest-php is the