Skip to content

Commit 51dc8b8

Browse files
authored
Removed old Buildings libraries from installation script (#206)
We dropped testing Buildings up to and including version 10.x
1 parent 775d8b7 commit 51dc8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.CI/installLibraries.mos

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for v in {"3.2.3","4.1.0-beta.om"} loop
2020
exit(1);
2121
end if;
2222
end for;
23-
for v in {"1.6", "3.0.0", "maint.7.0.x", "maint.8.1.x", "maint.9.1.x", "maint.10.0.x", "maint.11.x", "maint.12.x", "master"} loop
23+
for v in {"maint.11.x", "maint.12.x", "master"} loop
2424
if not installPackage(Buildings, v) then
2525
print("Buildings " + v + " " + getErrorString() + "\n");
2626
exit(1);

0 commit comments

Comments
 (0)