Skip to content

Commit

Permalink
ci: add latest solidity versions to test for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Sep 8, 2024
1 parent 4acb584 commit b755079
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/solc_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ jobs:
"0.8.18",
"0.8.19",
"0.8.20",
"0.8.21"
"0.8.21",
"0.8.22",
"0.8.23",
"0.8.24",
"0.8.25",
"0.8.26",
"0.8.27",
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b755079

Please sign in to comment.