Skip to content

Commit 57c37ae

Browse files
chore: hardcode foundry to v1.3.5 in ci (#1657)
**Motivation:** Stable is now v1.4.0+ which contains breaking forge fmt changes. **Modifications:** Hardcoded ci to v1.3.5 until the end of this audit cycle. **Result:** Ci pinned to v1.3.5 (no breaking changes for now).
1 parent fd56da8 commit 57c37ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/foundry.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Foundry
5959
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
6060
with:
61-
version: stable
61+
version: v1.3.5
6262

6363
# Run Forge's formatting checker to ensure consistent code style.
6464
- name: "Forge Fmt"
@@ -123,7 +123,7 @@ jobs:
123123
- name: "Install Foundry"
124124
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
125125
with:
126-
version: stable
126+
version: v1.3.5
127127

128128
# Run storage diff check to detect storage layout incompatibilities.
129129
- name: "Mainnet Storage Diff"
@@ -170,7 +170,7 @@ jobs:
170170
- name: "Install Foundry"
171171
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
172172
with:
173-
version: stable
173+
version: v1.3.5
174174

175175
# Install LCOV for coverage report generation.
176176
- name: Install LCOV (Prebuilt)
@@ -256,7 +256,7 @@ jobs:
256256
- name: "Install Foundry"
257257
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
258258
with:
259-
version: stable
259+
version: v1.3.5
260260

261261
- name: Build contracts on PR branch
262262
run: |

0 commit comments

Comments
 (0)