diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70e4547..7577026 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.1, 8.2] stability: [prefer-lowest, prefer-stable] name: PHP ${{ matrix.php }} / ${{ matrix.stability }} diff --git a/.gitignore b/.gitignore index ba0252c..d55382e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea +/.phpunit.cache /.vscode /vendor .DS_Store diff --git a/README.md b/README.md index 8daf41c..09e5278 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Laravel-specific Testing Helpers and Assertions. | Laravel | Testing Tools | |---------|--------------------------------------------------------------------------| +| 11.x | [Support ☕](https://buymeacoffee.com/dmitry.ivanov) | +| 10.x | [10.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/10.x) | | 9.x | [9.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/9.x) | | 8.x | [8.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/8.x) | | 7.x | [7.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/7.x) | diff --git a/composer.json b/composer.json index 228420c..b9ea4c0 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ "email": "dmitry.g.ivanov@gmail.com" }], "require": { - "php": "^8.0.2", - "illuminate/database": "^9.0", - "illuminate/support": "^9.0", - "mockery/mockery": "^1.4.4" + "php": "^8.1", + "illuminate/database": "^10.0", + "illuminate/support": "^10.0", + "mockery/mockery": "^1.5.1" }, "require-dev": { - "phpunit/phpunit": "^9.5.10", - "orchestra/testbench": "^7.0" + "phpunit/phpunit": "^10.0.7", + "orchestra/testbench": "^8.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 19b71ae..6aa81e0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,15 @@ - @@ -20,9 +17,9 @@ - + ./src - +