diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index ca6222b..aace3d6 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
+ php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
run: |
mkdir ./coverage
php -v > ./coverage/php${{ matrix.php-version }}_output.txt && echo '' >> ./coverage/php${{ matrix.php-version }}_output.txt
- ./vendor/bin/phpunit --configuration ./tests/phpunit-${{ matrix.php-version }}.xml --coverage-clover ./coverage/php${{ matrix.php-version }}_coverage.clover >> ./coverage/php${{ matrix.php-version }}_output.txt
+ ./vendor/bin/phpunit -c ./tests/phpunit-${{ matrix.php-version }}.xml --coverage-clover ./coverage/php${{ matrix.php-version }}_coverage.clover >> ./coverage/php${{ matrix.php-version }}_output.txt
cat ./coverage/php${{ matrix.php-version }}_output.txt
- name: Save coverage results
diff --git a/.gitignore b/.gitignore
index bbd3373..1debf85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
.idea
composer.lock
vendor
-/coverage/
+/coverage/
\ No newline at end of file
diff --git a/README.md b/README.md
index ed2bf74..6ad7a77 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@
-
+
+