File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
GITHUB_TOKEN : ${{ github.token }}
12
12
SCARB_COMPATIBLE_VERSION : 2.11.4
13
- FOUNDRY_COMPATIBLE_VERSION : 0.41 .0
13
+ FOUNDRY_COMPATIBLE_VERSION : 0.42 .0
14
14
COVERAGE_COMPATIBLE_VERSION : 0.5.0
15
- PROFILER_COMPATIBLE_VERSION : 0.8.1
15
+ PROFILER_COMPATIBLE_VERSION : 0.8.2
16
16
17
17
jobs :
18
18
fetch-latest-versions :
Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
5
- SCRIPT_VERSION=" 0.2.5 "
5
+ SCRIPT_VERSION=" 0.2.6 "
6
6
7
7
SCRIPT_URL=" https://sh.starkup.sh"
8
8
REPO_URL=" https://github.com/software-mansion/starkup"
@@ -37,9 +37,9 @@ GENERAL_UNINSTALL_INSTRUCTIONS="Try removing TOOL binaries from ${LOCAL_BIN}"
37
37
38
38
# Set of latest mutually compatible tool versions
39
39
SCARB_LATEST_COMPATIBLE_VERSION=" 2.11.4"
40
- FOUNDRY_LATEST_COMPATIBLE_VERSION=" 0.41 .0"
40
+ FOUNDRY_LATEST_COMPATIBLE_VERSION=" 0.42 .0"
41
41
COVERAGE_LATEST_COMPATIBLE_VERSION=" 0.5.0"
42
- PROFILER_LATEST_COMPATIBLE_VERSION=" 0.8.1 "
42
+ PROFILER_LATEST_COMPATIBLE_VERSION=" 0.8.2 "
43
43
44
44
SHELL_CONFIG_CHANGED=false
45
45
WARNED_MISSING_PATH_ENTRIES=false
You can’t perform that action at this time.
0 commit comments