I have a need to consolidate multiple versions of sql server into a 2 node windows cluster with Availability groups. So the question is "Can you build a 2 node Always on cluster where node1 has a sql2016instance and a sql2017instance and node2 has a sql2016instance and a sql2017instance and then create an availability group and listener between node1 SQL2016instance and node2 sql2016instance, and then a 2nd availability group and listener between node1 sql2017instance and node2 sql2017instance?" Also, can this be done with both Standard Edition as well as EE?
Thanks