Skip to content

Commit 0f22c7b

Browse files
committed
build: use solc v0.8.26
1 parent 9733ae1 commit 0f22c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: "PaulRBerg/foundry-multibuild@v1"
2323
with:
2424
min: "0.8.19"
25-
max: "0.8.23"
25+
max: "0.8.26"
2626
skip-test: "true"

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
optimizer = true
99
optimizer_runs = 10_000
1010
out = "out"
11-
solc = "0.8.23"
11+
solc = "0.8.26"
1212
src = "src"
1313
test = "test"
1414

0 commit comments

Comments
 (0)