diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dac6e9b..219af64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,10 @@ jobs: fail-fast: true matrix: php: [7.2, 7.3, 7.4] - laravel: ["7.*"] + laravel: ["7.*", "8.*"] + exclude: + - laravel: "8.*" + php: 7.2 steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 67d36d9..c0cdfde 100644 --- a/composer.json +++ b/composer.json @@ -18,21 +18,21 @@ ], "require": { "php": ">=7.2.5", - "illuminate/auth": "^7.0", - "illuminate/console": "^7.0", - "illuminate/encryption": "^7.0", - "illuminate/support": "^7.0", - "illuminate/view": "^7.0", - "laravel/socialite": "^4.4", - "socialiteproviders/gitlab": "^3.1", + "illuminate/auth": "^7.0|^8.0", + "illuminate/console": "^7.0|^8.0", + "illuminate/encryption": "^7.0|^8.0", + "illuminate/support": "^7.0|^8.0", + "illuminate/view": "^7.0|^8.0", + "laravel/socialite": "^4.4|^5.0", + "socialiteproviders/gitlab": "^3.1|^4.0", "socialiteproviders/dropbox": "^4.1", - "laravel/ui": "^2.1" + "laravel/ui": "^2.1|^3.0" }, "require-dev": { "fzaninotto/faker": "~1.9.1", "mockery/mockery": "^1.3.1", - "phpunit/phpunit": "^8.5|^9.0", - "orchestra/testbench": "^5.0", + "phpunit/phpunit": "^8.5|^9.3", + "orchestra/testbench": "^5.0|^6.0", "friendsofphp/php-cs-fixer": "^2.16" }, "autoload": {