From 24a0a6483b2eae1a3c8f41629be11054505df2e5 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Wed, 8 Jan 2025 22:38:26 -0600 Subject: [PATCH] Skip on 8.1 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fbfaf0..2ac3c96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' extensions: uv + style-fix: none + static-analysis: none - operating-system: 'ubuntu-latest' php-version: '8.2'