From 952a00ee57ad67351017b9a3110d2d499fc4add4 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Wed, 29 Jan 2025 10:17:35 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99fc5b9..37efd03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: php_extensions: "xdebug mbstring xml curl" configuration: "./phpunit.xml" coverage_clover: "coverage.xml" - version: "11.5.3" + version: "11.5.4" php_version: "8.3" - name: Code coverage with codecov