mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support petersburg in evmVersion
This commit is contained in:
committed by
chriseth
parent
68e1bf47d5
commit
ecd246aeb6
+1
-1
@@ -181,7 +181,7 @@ EVM_VERSIONS="homestead byzantium"
|
||||
|
||||
if [ "$CIRCLECI" ] || [ -z "$CI" ]
|
||||
then
|
||||
EVM_VERSIONS+=" constantinople"
|
||||
EVM_VERSIONS+=" constantinople petersburg"
|
||||
fi
|
||||
|
||||
# And then run the Solidity unit-tests in the matrix combination of optimizer / no optimizer
|
||||
|
||||
Reference in New Issue
Block a user