diff --git a/e2e/05-max-warnings/contracts/Foo.sol b/e2e/05-max-warnings/contracts/Foo.sol index 1c045747..e97cea3c 100644 --- a/e2e/05-max-warnings/contracts/Foo.sol +++ b/e2e/05-max-warnings/contracts/Foo.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity >=0.8.0; +pragma solidity >=0.8.24; contract Foo { uint256 public constant test1 = 1; diff --git a/e2e/06-formatters/contracts/Foo3.sol b/e2e/06-formatters/contracts/Foo3.sol index 8c1c1e0a..e9ea7297 100644 --- a/e2e/06-formatters/contracts/Foo3.sol +++ b/e2e/06-formatters/contracts/Foo3.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity >=0.8.0; +pragma solidity >=0.8.24; contract Foo { uint256 public constant TEST1 = 1; diff --git a/e2e/06-formatters/helpers/helpers.js b/e2e/06-formatters/helpers/helpers.js index 8376310f..e23b5682 100644 --- a/e2e/06-formatters/helpers/helpers.js +++ b/e2e/06-formatters/helpers/helpers.js @@ -3,7 +3,7 @@ const foo1Output = [ line: 2, column: 1, severity: 'Error', - message: 'Compiler version >=0.6.0 does not satisfy the ^0.8.0 semver requirement', + message: 'Compiler version >=0.6.0 does not satisfy the ^0.8.24 semver requirement', ruleId: 'compiler-version', fix: null, filePath: 'contracts/Foo.sol',