diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eaf8b3..117192c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: php_extensions: xdebug coverage_text: _coverage/coverage.txt coverage_clover: _coverage/clover.xml + configuration: phpunit.xml - name: Store coverage data uses: actions/upload-artifact@v3 diff --git a/composer.lock b/composer.lock index 899b3cc..b01a9d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f1f67f5d6f147efaa043c5ff10304d35", + "content-hash": "dfe32e83bea08a96bdf9aa330ff01ca6", "packages": [ { "name": "magicalex/write-ini-file", @@ -1808,7 +1808,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=8.0" + "php": ">=8.2" }, "platform-dev": [], "plugin-api-version": "2.6.0"