Why the TLS version matters
TLS 1.0 and 1.1 have known cryptographic weaknesses and are deprecated by major browsers and industry standards (PCI-DSS has banned them for years).
What is ideal
Best practice is to accept only TLS 1.2 and 1.3, explicitly disabling 1.0 and 1.1 in the web server configuration.