We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad23bd commit 46d3e3dCopy full SHA for 46d3e3d
.github/workflows/main.yml
@@ -20,23 +20,11 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Setup PHP
23
- if: ${{ matrix.php != '8.5' }}
24
uses: shivammathur/setup-php@v2
25
with:
26
php-version: ${{ matrix.php }}
27
coverage: none
28
29
- - name: Setup PHP with register_arg_argv
30
- uses: shivammathur/setup-php@v2
31
- if: ${{ matrix.php == '8.5' }}
32
- with:
33
- php-version: ${{ matrix.php }}
34
- coverage: none
35
- # this ini directive seems to be off by default in PHP 8.5
36
- # see https://github.com/php/php-src/issues/20279
37
- # enable it because codeception relies on it.
38
- ini-values: register_argc_argv=1
39
-
40
- name: Validate composer.json and composer.lock
41
run: composer validate
42
0 commit comments