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 Feb 5, 2024
1 parent ac63cb5 commit 312a9e1
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.24"
}


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

Expand Down

0 comments on commit 312a9e1

Please sign in to comment.