Skip to content

Commit b601d6f

Browse files
committed
bump: Synapse Invite Checker to version v0.4.13
1 parent 26426ca commit b601d6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.ci/scripts/calculate_builds.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ def set_output(key: str, value: str) -> None:
5757
"mod016": {"sic-version": "0.4.10", "sta-version": "0.12.0"},
5858
"mod017": {"sic-version": "0.2.2", "sta-version": "0.12.0"},
5959
"mod018": {"sic-version": "0.4.11", "sta-version": "0.12.0"},
60+
"mod019": {"sic-version": "0.4.13", "sta-version": "0.12.0"},
6061
}
6162

6263
# Adjust this section to decide what gets built and layered on top
6364
# THIS IS THE SECTION TO EDIT, after you have added the new versions above
64-
current_mod_packs_to_build = ["mod017", "mod018"]
65+
current_mod_packs_to_build = ["mod017", "mod019"]
6566

6667
generated_jobs: list[dict[str, Any]] = []
6768
for mod_pack_job in current_mod_packs_to_build:

0 commit comments

Comments
 (0)