This version contains an experimental build of the ethereumjs-vm with EIP-1283 changes removed.
This version adds a new hardfork option constantinople-1283-removed. The default hardfork is currently constantinople.
To test the constantinople-1283-removed hardfork set the hardfork option as in your options as follows:
const provider = Ganache.provider({ hardfork: "constantinople-1283-removed" });