test: upper bound pragma
This commit is contained in:
parent
5232046fce
commit
c80e5a8e0d
|
@ -1,5 +1,5 @@
|
|||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity >=0.8.19;
|
||||
pragma solidity >=0.8.19 <0.9.0;
|
||||
|
||||
import { PRBTest } from "@prb/test/PRBTest.sol";
|
||||
import { console2 } from "forge-std/console2.sol";
|
||||
|
|
Loading…
Reference in New Issue