From 3a09e9fe08f753a4fb577f8a739157cd565b69f7 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Tue, 6 Aug 2024 18:01:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20ph?= =?UTF-8?q?p=208+=20=D0=B2=20=D0=BB=D0=B8=D0=BD=D1=82=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static-analysis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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