diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4f9fcf..f0c0f7e 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.5" + version: "11.5.6" php_version: "8.3" - name: Code coverage with codecov