diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32f10b8..c84716e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [10, 11, 12] + laravel: [10, 11, 12, 13] steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index a683006..eb3050c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .phpunit.result.cache +.phpunit.cache package-lock.json composer.lock vendor/ diff --git a/composer.json b/composer.json index dd0e60d..e9b1cd3 100644 --- a/composer.json +++ b/composer.json @@ -25,14 +25,14 @@ }, "require": { "php": "^8.2", - "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0|^13.0", "archtechx/helpers": "^0.3.2" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0|^10.0", - "pestphp/pest": "^2.0|^3.7", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "pestphp/pest": "^2.0|^3.7|^4.0", "phpstan/phpstan": "^1.9.8|^2.1", - "pestphp/pest-plugin-laravel": "^2.0|^3.1", + "pestphp/pest-plugin-laravel": "^2.0|^3.1|^4.0", "larastan/larastan": "^2.4|^3.0" }, "extra": { diff --git a/phpunit.xml b/phpunit.xml index d26232e..f4acb72 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,9 +1,6 @@ - - - - ./src - + + @@ -22,12 +19,15 @@ - - + + + ./src + +