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