Remove compatibility testing with older Java versions (#112838)
We've bumped the minimum runtime Java version for Elasticsearch 9.0 to
Java 21 so we need to remove testing against older versions. I've also
removed redundant testing of the current bundled JDK version as well as
the old matrix config files that were used with Jenkins.