chore(compiler): bump min solidity version to 0.8.26 (#30)

Co-authored-by: Andrea Franz <andrea@gravityblast.com>
This commit is contained in:
0xb337r007
2024-08-14 11:10:39 +02:00
committed by GitHub
parent d688fae569
commit 62859398be
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.19 <0.9.0;
pragma solidity >=0.8.26 <0.9.0;
import { Test, console } from "forge-std/Test.sol";