Skip to content

Commit c8b3a10

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable required PHP extensions only
1 parent ec30451 commit c8b3a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: 8.2
26-
extensions: :apcu, :imagick
26+
extensions: none, iconv, json, phar, tokenizer
2727
coverage: none
2828
tools: none
2929

@@ -43,7 +43,7 @@ jobs:
4343
uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: 8.2
46-
extensions: :apcu, :imagick
46+
extensions: none, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
4747
coverage: none
4848
tools: none
4949

@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ${{ matrix.os }}
6060

6161
env:
62-
PHP_EXTENSIONS: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter, :apcu, :imagick
62+
PHP_EXTENSIONS: none, dom, json, libxml, mbstring, openssl, pdo_sqlite, soap, tokenizer, xml, xmlwriter
6363
PHP_INI_VALUES: memory_limit=-1, assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
6464

6565
strategy:

0 commit comments

Comments
 (0)