mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 20:48:03 -05:00
test: upper bound pragma
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user