We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe9c50 commit 8af7f84Copy full SHA for 8af7f84
.github/workflows/main.yml
@@ -21,10 +21,6 @@ jobs:
21
uses: shivammathur/setup-php@v2
22
with:
23
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
28
29
- name: Validate composer.json and composer.lock
30
run: composer validate
0 commit comments