Skip to content

Commit

Permalink
ci: add new solc versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Aug 14, 2023
1 parent ef2bbe9 commit 7dfc659
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/solc_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
"0.8.12",
"0.8.13",
"0.8.14",
# 0.8.15 skipped as default in hardhat.config.ts
"0.8.15",
"0.8.16",
"0.8.17",
# 0.8.17 skipped as default in hardhat.config.ts
"0.8.18",
"0.8.19",
"0.8.20",
"0.8.21",
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7dfc659

Please sign in to comment.