From 57b6d1ea979e530a276d71b516fadd589f8b7b68 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 7 Nov 2023 07:57:00 +0100 Subject: [PATCH] We only need to run sniff and jshint on the latest supported version --- .github/workflows/formatting.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index f1f3321e..1615b00c 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -14,13 +14,11 @@ jobs: matrix: include: - php: '5.6' - sniff: true - php: '7.0' - sniff: true - php: '7.4' + - php: '8.0' sniff: true jshint: true - - php: '8.0' steps: - uses: actions/checkout@v3