Skip to content

Commit

Permalink
ci: stop testing solc 0.8.25 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Nov 21, 2024
1 parent e47b495 commit bbc263f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export const solidityCompilers: SolidityCompiler[] = [
{
solidityVersion: "0.8.25",
compilerPath: "soljson-v0.8.25+commit.b61c2a91.js",
latestSolcVersion: true,
},
{
solidityVersion: "0.8.25",
Expand All @@ -265,7 +264,6 @@ export const solidityCompilers: SolidityCompiler[] = [
runs: 200,
viaIR: true,
},
latestSolcVersion: true,
},
{
solidityVersion: "0.8.26",
Expand Down

0 comments on commit bbc263f

Please sign in to comment.