Skip to content

Commit

Permalink
test: pragma solidity >=0.8.22 in base script test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Feb 15, 2024
1 parent 4a8eb2e commit 3f36df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/BaseScript.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.8.19 <0.9.0;
pragma solidity >=0.8.22 <0.9.0;

import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
import { PRBTest } from "@prb/test/src/PRBTest.sol";
Expand Down

0 comments on commit 3f36df4

Please sign in to comment.