Skip to content

Commit

Permalink
run CI on stable foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Feb 4, 2025
1 parent 9954701 commit 8765d41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Lint
run: forge fmt --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Build
run: forge build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Build
run: forge build
Expand Down

0 comments on commit 8765d41

Please sign in to comment.