dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

test: setup JDK matrix to test multiple popular versions #408

Closed Zidious closed 10 months ago

Zidious commented 10 months ago

I've been wanting to do this for a while, picked JDK 8, 11 and 17 based on the latest data from the JetBrains EcoSystem 2023 (thanks for sharing @dbjorge!). Why are we doing this?

  1. Ensure we do not use functions that's only available in later versions of Java as the minimum support we cover is Java 8
  2. Ensure that we can still run our API's on later Java versions

No QA required