diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a328ef7..aef719d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: [7.4, 8.1] - laravel_version: [5.5.*, 9.*, 10.*] + php_version: [7.4, 8.2] + laravel_version: [5.5.*, 10.*] steps: - name: Checkout commit diff --git a/.gitignore b/.gitignore index 0d254e4..274f477 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ /.idea composer.lock .php-cs-fixer.cache -.phpunit.result.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/ + +