From c4a644bd35c2c11d00693a2745bc424647f3e9cf Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 25 Aug 2024 10:32:09 -0500 Subject: [PATCH] Skip these --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c97f39b..7fe2719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,14 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.2' extensions: uv + style-fix: none + static-analysis: none - operating-system: 'ubuntu-latest' php-version: '8.3' extensions: uv + style-fix: none + static-analysis: none - operating-system: 'ubuntu-latest' php-version: '8.4'