diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98c9c9f..4fbf3fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: strategy: matrix: php: ['7.1', '7.2', '7.3', '7.4'] - laravel: ['~5.6.0', '~5.7.0', '~5.8.0', '^6.0', '^7.0'] + laravel: ['~5.6.0', '~5.7.0', '~5.8.0', '^6.0', '^7.0', '^8.0'] phpunit: ['^7.0', '^8.0', '^9.0'] dependency-version: ['prefer-lowest', 'prefer-stable'] exclude: @@ -80,6 +80,10 @@ jobs: php: '7.1' - phpunit: '^9.0' php: '7.2' + - laravel: '^8.0' + php: '7.1' + - laravel: '^8.0' + php: '7.2' steps: - name: checkout code diff --git a/composer.json b/composer.json index 6bb814a..ee9ea5f 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ ], "require": { "php": "^7.1", - "illuminate/config": "~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0", - "illuminate/container": "~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0", - "illuminate/support": "~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0", + "illuminate/config": "~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0", + "illuminate/container": "~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0", + "illuminate/support": "~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "psr/log": "^1.0" }, diff --git a/readme.md b/readme.md index fadf1cd..cf26d44 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ A bunch of Laravel facades / services are able to be faked, such as the Dispatch ## Version support - **PHP**: 7.1, 7.2, 7.3, 7.4 -- **Laravel**: 5.6, 5.7, 5.8, 6.0, 7.0 +- **Laravel**: 5.6, 5.7, 5.8, 6.0, 7.0, 8.0 - **PHPUnit**: 7.0, 8.0, 9.0 ## Installation