diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index b81810c..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1,3 +0,0 @@ -coverage_clover: build/logs/clover.xml -json_path: build/logs/coveralls-upload.json -service_name: travis-ci \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14a18b1..3776192 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] runs-on: ubuntu-latest