Skip to content

Commit

Permalink
Merge pull request #260 from ERC725Alliance/ci/latest-solc-versions
Browse files Browse the repository at this point in the history
ci: add latest solc versions to test for compiling
  • Loading branch information
CJ42 authored Oct 10, 2024
2 parents 0e1a57e + bc197c5 commit 38669e2
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 38669e2

Please sign in to comment.