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

@@ -143,7 +143,7 @@ jobs:
- name: Install Solidity
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux
wget https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc