diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dab05ab..af47f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.4, 7.3] + php: [8.0, 7.4, 7.3] release: [stable, lowest] include: - php: 7.4 diff --git a/composer.json b/composer.json index e827122..6493dc1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "illuminate/database": "^8.0" }, "require-dev": {