From d24cdf72e5865a87c812b8b2a6fce0981b504f3d Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 22 Oct 2024 11:08:41 +0000 Subject: [PATCH] Dev: Remove linting for legacy PHP --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 6c76ec2..8e459fd 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', 'latest'] + php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', 'latest'] type: ['Lint'] # php: ['7.4', '8.0', '8.1', 'latest'] # type: ['Phpunit']