diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index d224c3a..79cb6cc 100755 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -23,6 +23,10 @@ jobs: - "7.2" - "7.3" - "7.4" + - "8.0" + - "8.1" + - "8.2" + - "8.3" steps: - name: "Checkout" @@ -49,6 +53,10 @@ jobs: - "7.2" - "7.3" - "7.4" + - "8.0" + - "8.1" + - "8.2" + - "8.3" steps: - name: "Cancel Previous Runs" uses: styfle/cancel-workflow-action@0.11.0 diff --git a/composer.json b/composer.json index c460880..5ef329b 100755 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ } ], "require": { - "php": ">=7.2 <8.0", + "php": ">=7.2 || ^8.0", "ext-mbstring": "*" }, "require-dev": {