diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b9e24d..22c18d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] name: PHP ${{ matrix.php }} steps: - name: Checkout diff --git a/.gitignore b/.gitignore index fee9568..4fa14cc 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ vendor test.php composer.lock -.idea \ No newline at end of file +.idea +.phpunit.result.cache \ No newline at end of file