Skip to content

Commit

Permalink
ci: add solc 0.8.x tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Mar 8, 2023
1 parent 408efdb commit e43de41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/install-solc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fetch_all() {
fetch_solc "0.5.7"
fetch_solc "0.6.12"
fetch_solc "0.7.5"
fetch_solc "0.8.19"
}


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ jobs:
- "0.5.7"
- "0.6.12"
- "0.7.5"
- "0.8.19"
include:
- solc: "0.8.19"
experimental: true
- os: windows-latest
experimental: true

Expand Down

0 comments on commit e43de41

Please sign in to comment.