Skip to content

Commit

Permalink
Update matrix.nu
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Apr 20, 2024
1 parent e8ae122 commit 349128d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix.nu
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let versions = http get https://raw.githubusercontent.com/FriendsOfShopware/shop

{phpVersion: $value, shopwareVersion: ($key | str downcase), minorShopwareVersion: $version}
} | reverse | filter {|item|
version_compare $item.shopwareVersion "6.5.6"
version_compare $item.shopwareVersion "6.5.8"
} | uniq-by minorShopwareVersion

$data.matrix.include = $versions;
Expand Down

0 comments on commit 349128d

Please sign in to comment.