Skip to content

Commit

Permalink
build: use solc v0.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 14, 2024
1 parent bc81167 commit 63dffcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: "PaulRBerg/foundry-multibuild@v1"
with:
min: "0.8.19"
max: "0.8.23"
max: "0.8.26"
skip-test: "true"
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
optimizer = true
optimizer_runs = 10_000
out = "out"
solc = "0.8.23"
solc = "0.8.26"
src = "src"
test = "test"

Expand Down

0 comments on commit 63dffcb

Please sign in to comment.