diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ee9dc8..3639491 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,9 +10,12 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2] - laravel: [9.*, 10.*] + laravel: [9.*, 10.*, 11.*] dependency-version: [prefer-stable] include: + - laravel: 11.* + testbench: 9.* + phpunit: 11.* - laravel: 10.* testbench: 8.* phpunit: 10.* diff --git a/composer.json b/composer.json index 3962c48..01ec869 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^7.1|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "total-voice/php-client": "^1.17" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.9", - "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0|^8.0", - "phpunit/phpunit": "^8.4|^9.0|^10.0" + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4d8a6cb..67d14b2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ - - - - src/ - - + tests + + + src/ + +