From 3d01650a7163e890fc65be6301217941c3fc6256 Mon Sep 17 00:00:00 2001 From: Lee Mills <8024370+millnut@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:25:49 +0100 Subject: [PATCH] ci: update workflow file --- .github/workflows/localgov_microsites.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/localgov_microsites.yml b/.github/workflows/localgov_microsites.yml index 604f20b..06697d8 100644 --- a/.github/workflows/localgov_microsites.yml +++ b/.github/workflows/localgov_microsites.yml @@ -97,8 +97,6 @@ jobs: drupal-version: - '~10.0' php-version: - - '8.1' - - '8.2' - '8.3' steps: @@ -122,7 +120,7 @@ jobs: ./bin/phpcs -p ${LOCALGOV_DRUPAL_PROJECT_PATH} phpstan: - name: Deprecated code checks + name: Static analysis checks needs: build runs-on: ubuntu-latest @@ -134,8 +132,6 @@ jobs: drupal-version: - '~10.0' php-version: - - '8.1' - - '8.2' - '8.3' steps: