Skip to content

Commit f88e769

Browse files
authored
chore(ci): remove obsolete workaround (#36)
1 parent 3b4ec5d commit f88e769

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,13 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v6
1616

17-
- name: Setup PHP != 8.5
18-
if: ${{ matrix.php != '8.5' }}
17+
- name: Setup PHP
1918
uses: shivammathur/setup-php@v2
2019
with:
2120
php-version: ${{ matrix.php }}
2221
coverage: none
2322
tools: phpstan, phpcs
2423

25-
- name: Setup PHP 8.5
26-
if: ${{ matrix.php == '8.5' }}
27-
uses: shivammathur/setup-php@v2
28-
with:
29-
php-version: ${{ matrix.php }}
30-
coverage: none
31-
tools: phpstan, phpcs
32-
# this ini directive seems to be off by default in PHP 8.5
33-
# see https://github.com/php/php-src/issues/20279
34-
# enable it because codeception relies on it.
35-
ini-values: register_argc_argv=1
36-
3724
- name: Validate composer.json and composer.lock
3825
run: composer validate
3926

0 commit comments

Comments
 (0)