diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9162b..171b7f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,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..850f57e 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ } }, "require": { - "php": "^8.0", + "php": "^8.1", "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