The initial implementation only supports probing Drupal 7 sites. We need to also support D8 sites (and beyond).

Work has started in #2888876: Probes causing errors on Drupal 8 sites as they assume Drupal 7, and so should probably continue there.

Comments

ergonlogic created an issue.

ergonlogic’s picture

See the `3042510-drupal8-probes` branch for progress.

ergonlogic’s picture

We're now looking up the major version of each site that we're running probes on, and probes are defined in an array keyed by major version. If a probe doesn't support the version that the site is running, it'll skip that probe.