From 401b6649fd860aa0b39032fb12bde5ecf7046665 Mon Sep 17 00:00:00 2001 From: AndrolGenhald Date: Thu, 9 Dec 2021 14:33:31 -0600 Subject: [PATCH] Disable all PHP extensions for CI except those required by psalm. --- .github/workflows/ci.yml | 2 +- .github/workflows/windows-ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b4ec6bb0f..11d230dedfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: php-version: '8.0' tools: composer:v2 coverage: none - extensions: :pdo + extensions: none, curl, dom, filter, json, libxml, mbstring, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter - uses: actions/checkout@v2 diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f59e4b38471..18f2bd8d1de 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -23,6 +23,7 @@ jobs: php-version: '8.0' tools: composer:v2 coverage: none + extensions: none, curl, dom, filter, json, libxml, mbstring, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter - uses: actions/checkout@v2