diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ceb0e02..aef719d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: [7.4, 8.1] + php_version: [7.4, 8.2] laravel_version: [5.5.*, 10.*] steps: diff --git a/.gitignore b/.gitignore index 4116f15..274f477 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ /.idea composer.lock .php-cs-fixer.cache -.phpunit.cache/ +.phpunit.cache/ \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index af96f1e..480aa36 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,32 +1,20 @@ - - - - - ./src - - - ./tests - ./vendor - - - - - - - - - ./tests/ - - + + + + ./src + + + ./tests + ./vendor + + + + + + + + ./tests/ + +