File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 FOUNDRY_PROFILE=pre_global_structs forge test --use 0.8.11 --fuzz-runs 16 &&
4646 FOUNDRY_PROFILE=pre_global_structs forge test --use 0.8.12 --fuzz-runs 16
4747 ) ||
48+ # NOTE: skipping solc 0.8.32 due to compiler bug
49+ # https://github.com/argotorg/solidity/issues/16360
4850 ( [ "${{ matrix.profile }}" = "solc-past-versions-1" ] &&
4951 forge test --use 0.8.13 --fuzz-runs 16 &&
5052 forge test --use 0.8.14 --fuzz-runs 16 &&
6466 forge test --use 0.8.28 --fuzz-runs 16 &&
6567 forge test --use 0.8.29 --fuzz-runs 16 &&
6668 forge test --use 0.8.30 --fuzz-runs 16 &&
67- forge test --use 0.8.31 --fuzz-runs 16 &&
68- forge test --use 0.8.32 --fuzz-runs 16
69-
69+ forge test --use 0.8.31 --fuzz-runs 16
7070 ) ||
7171 ( [ "${{ matrix.profile }}" = "via-ir" ] &&
7272 forge test --via-ir
You can’t perform that action at this time.
0 commit comments