Skip to content

Commit

Permalink
Test with Composer 2.6.6, 2.5.8 and 2.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Jan 31, 2024
1 parent 6959d6b commit ec773c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/bc/BackwardCompatibilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ public function testComposerBackwardCompatibility($version)
public function provideComposerVersions()
{
$allVersions = array(
'2.5.5' => array('7.2.5', null),
'2.6.6' => array('7.2.5', null),
'2.5.8' => array('7.2.5', null),
'2.4.4' => array('7.2.5', null),
'2.3.10' => array('7.2.5', null),
'2.2.21' => array('5.3', null),
'2.2.22' => array('5.3', null),
'2.1.14' => array('5.3', null),
'2.0.14' => array('5.3', null),
'1.10.26' => array('5.3', null),
Expand Down

0 comments on commit ec773c7

Please sign in to comment.