Skip to content

Commit 46d3e3d

Browse files
committed
chore(ci): remove obsolete workaround for php 8.5
1 parent 0ad23bd commit 46d3e3d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,11 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Setup PHP
23-
if: ${{ matrix.php != '8.5' }}
2423
uses: shivammathur/setup-php@v2
2524
with:
2625
php-version: ${{ matrix.php }}
2726
coverage: none
2827

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-
4028
- name: Validate composer.json and composer.lock
4129
run: composer validate
4230

0 commit comments

Comments
 (0)