diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d957d42..f554439 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1] + php: [8.1, 8.0] laravel: [9.*] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index 6f0c87f..d1d6f84 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.0", "illuminate/broadcasting": "^9.21", "illuminate/console": "^9.21", "illuminate/contracts": "^9.21",