Skip to content

ci: use foundry v1.2.1 instead of latest stable version to speed up CI #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/foundry-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.2.0

# Build the project and display contract sizes.
- name: "Forge Build"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.2.0

# Run Forge's formatting checker to ensure consistent code style.
- name: "Forge Fmt"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.2.0

# Run storage diff check to detect storage layout incompatibilities.
- name: "Mainnet Storage Diff"
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.2.0

# Install LCOV for coverage report generation.
- name: Install LCOV (Prebuilt)
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.2.0

- name: Build contracts on PR branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-deployment-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: v1.2.0

# Run Forge's formatting checker to ensure consistent code style.
- name: "Forge Fmt"
Expand Down