Skip to content

Commit f4fc2b1

Browse files
committed
added release commit hash to old test framework
1 parent d397e4b commit f4fc2b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/HashtopolisTest.class.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ abstract class HashtopolisTest {
3434
"0.13.0" => "c7036800be5b2e21542df0fa9bd4d19ebf7ecdf3",
3535
"0.13.1" => "fc4b5226c1d36dc0197f4d17d216298972055c09",
3636
"0.14.0" => "0af7193310c9c1f37a274578e159ab3ae0a6caad",
37-
"0.14.1" => "375f2ce022c4b3e0780abf9dcca1e6af8e966c1a"
37+
"0.14.1" => "375f2ce022c4b3e0780abf9dcca1e6af8e966c1a",
38+
"0.14.2" => "d397e4b8ec1d2591b93fa44c8660edc314401da5"
3839
];
3940

4041
public function initAndUpgrade($fromVersion) {
@@ -239,4 +240,4 @@ protected function deleteFileIfExists($name) {
239240
}
240241
return true;
241242
}
242-
}
243+
}

0 commit comments

Comments
 (0)