From 87bf8e7e92819c013a15b40ea778666eb7b59eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Wed, 14 Aug 2024 00:07:20 +0200 Subject: [PATCH] Update --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72da731..4a269dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,9 +64,6 @@ jobs: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, opcache, tokenizer, xml, xmlwriter coverage: none - - - name: Show PHP modules - run: php -m - name: Get Composer data directory id: composer-data