diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df995e2..5b916e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,10 +14,12 @@ jobs: fail-fast: true matrix: php: [7.1, 7.2, 7.3] - laravel: [5.8.*, ^6.0] + laravel: [5.8.*, ^6.0, ^7.0] exclude: - laravel: ^6.0 php: 7.1 + - laravel: ^7.0 + php: 7.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 7f7973c..5f2ac49 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^7.1.3", - "illuminate/console": "~5.8.0|^6.0", - "illuminate/routing": "~5.8.0|^6.0", - "illuminate/support": "~5.8.0|^6.0", - "mpociot/documentarian": "^0.3.0" + "illuminate/console": "~5.8.0|^6.0|^7.0", + "illuminate/routing": "~5.8.0|^6.0|^7.0", + "illuminate/support": "~5.8.0|^6.0|^7.0", + "mpociot/documentarian": "^0.4.0" }, "require-dev": { - "orchestra/testbench": "^3.8|^4.0" + "orchestra/testbench": "^3.8|^4.0|^5.0" }, "autoload": { "psr-4": {