From 6d9804aabccdf02e3b2c262ccc3e3005b5d9ca7d Mon Sep 17 00:00:00 2001 From: ChefMist <133624774+ChefMist@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:24:16 +0800 Subject: [PATCH] internal: s52 update CI to usse foundry stable version --- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8fdf9af4..b1049428 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,7 +15,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly + version: stable # install dependency - uses: actions/setup-node@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b0a7d1b..8f22de38 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly + version: stable - name: Compile run: yarn prettier-check diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4273da55..677303d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly-471e4ac317858b3419faaee58ade30c0671021e0 # Nightly (2024-10-03) + version: stable # If FOUNDRY_PROFILE is removed, test will not revert if exceed contract size limit - name: Run tests