Skip to content

Commit 312a9e1

Browse files
committed
ci: add solc 0.8.x tests
1 parent ac63cb5 commit 312a9e1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/scripts/install-solc.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fetch_all() {
1818
fetch_solc "0.5.7"
1919
fetch_solc "0.6.12"
2020
fetch_solc "0.7.5"
21+
fetch_solc "0.8.24"
2122
}
2223

2324

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ jobs:
194194
- "0.5.7"
195195
- "0.6.12"
196196
- "0.7.5"
197+
- "0.8.24"
197198
include:
199+
- solc: "0.8.24"
200+
experimental: true
198201
- os: windows-latest
199202
experimental: true
200203

0 commit comments

Comments
 (0)