diff --git a/.github/workflows/.github-actions.yml b/.github/workflows/.github-actions.yml index fe64d62..6c3b0cd 100644 --- a/.github/workflows/.github-actions.yml +++ b/.github/workflows/.github-actions.yml @@ -16,7 +16,7 @@ jobs: phpcs: strategy: matrix: - version: ['7.4', '8.1'] + version: ['7.4', '8.0', '8.1'] runs-on: ubuntu-latest steps: @@ -44,7 +44,7 @@ jobs: phpunit: strategy: matrix: - version: ['7.4', '8.1'] + version: ['7.4', '8.0', '8.1'] runs-on: ubuntu-latest steps: diff --git a/composer.json b/composer.json index 71dfa6a..d431c6c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php" : "^7.4|^8.1", + "php" : "^7.4|^8.0", "illuminate/database": "^8.0|^9.0", "illuminate/support": "^8.0|^9.0" },