From 1e45a407d40a799f7dd0b034c8dd0c32dc630424 Mon Sep 17 00:00:00 2001 From: Gianluca Bine Date: Fri, 31 May 2024 09:50:19 -0300 Subject: [PATCH] feat: suporte ao laravel 11 --- .github/workflows/tests.yml | 7 +++++-- composer.json | 6 +++--- phpunit.xml.dist | 12 ++++++------ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ee9dc8..8e4f311 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,10 +9,13 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.1, 8.2] - laravel: [9.*, 10.*] + php: [8.2] + 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/ + +