Skip to content

Commit 43441d4

Browse files
tasuku43claude
andcommitted
ci: use Composer 2.2 for PHP 7.2 matrix entry
PHP 7.2 CI was failing because Composer 2.x (latest ~2.8) cannot resolve PHPUnit 6.x dependency correctly, while Composer 2.2 (LTS) can. This aligns PHP 7.2 with PHP 7.0 and 7.1 which already use Composer 2.2. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0f71d8c commit 43441d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
composer: 2.2
2525
- php: 7.2
2626
phpunit: 6
27-
composer: 2
27+
composer: 2.2
2828

2929
steps:
3030
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

0 commit comments

Comments
 (0)