Skip to content

Commit a0a19f7

Browse files
committed
update matlab release in getDefaultPlugins
1 parent 0f72e88 commit a0a19f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/+buildframework/getDefaultPlugins.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pluginProviderData (1,1) struct = struct();
77
end
88

9-
if isMATLABReleaseOlderThan("R2025b")
9+
if isMATLABReleaseOlderThan("R2026a")
1010
reportPlugin = buildframework.BuildSummaryPlugin();
1111
else
1212
reportPlugin = buildframework.ParallelizableBuildSummaryPlugin();

0 commit comments

Comments
 (0)