From ffd0186e2653339544a727417a4213f5202fe1b3 Mon Sep 17 00:00:00 2001 From: W0rma Date: Sat, 7 Feb 2026 11:05:08 +0100 Subject: [PATCH] chore(ci): remove obsolete workaround --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 719853e..79a0bec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - # this ini directive seems to be off by default in PHP 8.5 - # see https://github.com/php/php-src/issues/20279 - # enable it because codeception relies on it. - ini-values: register_argc_argv=1 - name: Validate composer.json and composer.lock run: composer validate