Skip to content

Commit a09f09c

Browse files
committed
ci: add solc 0.8.x tests
1 parent 8aaf32b commit a09f09c

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.20"
2122
}
2223

2324

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ jobs:
156156
- "0.5.7"
157157
- "0.6.12"
158158
- "0.7.5"
159+
- "0.8.20"
159160
include:
161+
- solc: "0.8.20"
162+
experimental: true
160163
- os: windows-latest
161164
experimental: true
162165

0 commit comments

Comments
 (0)