diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ed9e29..c5a32a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.3, 7.4] + php: [7.3, 7.4, 8.0] laravel: [^8.0] name: P${{ matrix.php }} - L${{ matrix.laravel }} steps: diff --git a/composer.json b/composer.json index d53a49d..a00a0e9 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "laravel/ui": "^3.0", "illuminate/support": "^8.0" },