diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9162b..84987d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI +env: + XDEBUG_MODE: 'coverage' + on: push: pull_request: @@ -11,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [8, 9] + laravel: [9, 10] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index c2487c7..2f87a0b 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "livewire/livewire": "^2.10" }, "require-dev": { - "orchestra/testbench": "^6.9|^7.0" + "orchestra/testbench": "^7.0|^8.0" }, "minimum-stability": "dev", "prefer-stable": true diff --git a/phpunit.xml b/phpunit.xml index e42db93..ee18072 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ - - + + ./src