Skip to content

Commit

Permalink
Acknowledge 8.1.4 for UI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Feb 1, 2024
1 parent f9f4b3b commit 0a79a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/GenerateJsonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private function addVersionsUnderDelopment(array $prestashopVersions): array
{
// Add current development version so that its module's list is available, but only if it is not part of the released ones.
$developmentVersion = '9.0.0';
$nextPatchVersion = '8.1.3';
$nextPatchVersion = '8.1.4';

// Check if versions are already in the list
$addDevelopmentVersion = true;
Expand Down

0 comments on commit 0a79a6e

Please sign in to comment.