test: upper bound pragma

This commit is contained in:
Paul Razvan Berg 2023-02-25 15:52:34 +02:00
parent 5232046fce
commit c80e5a8e0d
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -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";