File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4646 forge test --use 0.8.17 --via-ir
4747 ) ||
4848 ( [ "${{ matrix.profile }}" = "via-ir-3" ] &&
49+ forge test --use 0.8.30 --via-ir &&
50+ forge test --use 0.8.29 --via-ir &&
4951 forge test --use 0.8.28 --via-ir &&
5052 forge test --use 0.8.27 --via-ir &&
5153 forge test --use 0.8.26 --via-ir &&
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 - name : Run Tests with ${{ matrix.profile }}
2929 run : >
3030 ( [ "${{ matrix.profile }}" = "post-cancun" ] &&
31- FOUNDRY_PROFILE=post_cancun forge test --use 0.8.28 &&
32- FOUNDRY_PROFILE=zksync forge test --use 0.8.28
31+ FOUNDRY_PROFILE=post_cancun forge test --use 0.8.30 &&
32+ FOUNDRY_PROFILE=zksync forge test --use 0.8.30
3333 ) ||
3434 ( [ "${{ matrix.profile }}" = "post-cancun-via-ir" ] &&
35- FOUNDRY_PROFILE=post_cancun forge test --use 0.8.28 --via-ir &&
36- FOUNDRY_PROFILE=zksync forge test --use 0.8.28 --via-ir
35+ FOUNDRY_PROFILE=post_cancun forge test --use 0.8.30 --via-ir &&
36+ FOUNDRY_PROFILE=zksync forge test --use 0.8.30 --via-ir
3737 ) ||
3838 ( [ "${{ matrix.profile }}" = "solc-past-versions-0" ] &&
3939 FOUNDRY_PROFILE=pre_global_structs forge test --use 0.8.5 --fuzz-runs 16 &&
6060 forge test --use 0.8.24 --fuzz-runs 16 &&
6161 forge test --use 0.8.25 --fuzz-runs 16 &&
6262 forge test --use 0.8.26 --fuzz-runs 16 &&
63- forge test --use 0.8.27 --fuzz-runs 16
63+ forge test --use 0.8.27 --fuzz-runs 16 &&
64+ forge test --use 0.8.28 --fuzz-runs 16 &&
65+ forge test --use 0.8.29 --fuzz-runs 16
6466
6567 ) ||
6668 ( [ "${{ matrix.profile }}" = "via-ir" ] &&
Original file line number Diff line number Diff line change 44
55# The Default Profile
66[profile .default ]
7- solc_version = " 0.8.28 "
7+ solc_version = " 0.8.30 "
88evm_version = " paris" # Cancun will be tested in the CI.
99auto_detect_solc = false
1010optimizer = true
You can’t perform that action at this time.
0 commit comments