diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ffa6010c..cb8289b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,10 @@ jobs: fail-fast: true matrix: php: [7.2, 7.3, 7.4] - laravel: [^6.0, ^7.0] + laravel: [^6.0, ^7.0, ^8.0] + exclude: + - php: 7.2 + laravel: ^8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 77547c04..6c781361 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,18 @@ ], "require": { "php": "^7.2", - "illuminate/bus": "^6.0|^7.0", - "illuminate/contracts": "^6.0|^7.0", - "illuminate/database": "^6.0|^7.0", - "illuminate/http": "^6.0|^7.0", - "illuminate/pagination": "^6.0|^7.0", - "illuminate/queue": "^6.0|^7.0", - "illuminate/support": "^6.0|^7.0" + "illuminate/bus": "^6.0|^7.0|^8.0", + "illuminate/contracts": "^6.0|^7.0|^8.0", + "illuminate/database": "^6.0|^7.0|^8.0", + "illuminate/http": "^6.0|^7.0|^8.0", + "illuminate/pagination": "^6.0|^7.0|^8.0", + "illuminate/queue": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "algolia/algoliasearch-client-php": "^2.2", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.0|^9.3" }, "autoload": { "psr-4": {