Skip to content

Commit 41dee75

Browse files
authored
Update version guard from R2025b to R2026a
With the rearrangement of versions, the R2025b guard is no longer correct here. Those changes ended up being pushed to R2026a.
1 parent acfb587 commit 41dee75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/+ciplugins/+github/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 = ciplugins.github.BuildSummaryPlugin();
1111
else
1212
reportPlugin = ciplugins.github.ParallelizableBuildSummaryPlugin();

0 commit comments

Comments
 (0)