From 43769bf71cccb642e1d9747fbd9fb26153dee07d Mon Sep 17 00:00:00 2001 From: Tom Stovall Date: Tue, 28 Jan 2025 12:52:32 -0800 Subject: [PATCH] only check syntax for 8.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a3cd70..15b86fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: PHPCompatibility uses: pantheon-systems/phpcompatibility-action@v1 with: - test-versions: [8.1, 8.2, 8.3, 8.4] + test-versions: 8.1 build_test: strategy: