Skip to content

Commit

Permalink
added release commit hash to old test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Mar 19, 2024
1 parent d397e4b commit f4fc2b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/HashtopolisTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ abstract class HashtopolisTest {
"0.13.0" => "c7036800be5b2e21542df0fa9bd4d19ebf7ecdf3",
"0.13.1" => "fc4b5226c1d36dc0197f4d17d216298972055c09",
"0.14.0" => "0af7193310c9c1f37a274578e159ab3ae0a6caad",
"0.14.1" => "375f2ce022c4b3e0780abf9dcca1e6af8e966c1a"
"0.14.1" => "375f2ce022c4b3e0780abf9dcca1e6af8e966c1a",
"0.14.2" => "d397e4b8ec1d2591b93fa44c8660edc314401da5"
];

public function initAndUpgrade($fromVersion) {
Expand Down Expand Up @@ -239,4 +240,4 @@ protected function deleteFileIfExists($name) {
}
return true;
}
}
}

0 comments on commit f4fc2b1

Please sign in to comment.