Skip to content

Commit 8af7f84

Browse files
authored
chore(ci): remove obsolete workaround (#86)
1 parent afe9c50 commit 8af7f84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php }}
24-
# this ini directive seems to be off by default in PHP 8.5
25-
# see https://github.com/php/php-src/issues/20279
26-
# enable it because codeception relies on it.
27-
ini-values: register_argc_argv=1
2824

2925
- name: Validate composer.json and composer.lock
3026
run: composer validate

0 commit comments

Comments
 (0)