We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e934f1b commit 0f76431Copy full SHA for 0f76431
server/util/constants.js
@@ -6,7 +6,7 @@ const AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS = {
6
// https://github.com/bocoup/aria-at-gh-actions-helper/blob/main/.github/workflows/voiceover-test.yml#L39
7
'VoiceOver for macOS': ['13.0', '14.0'],
8
// These are tracked with the https://github.com/bocoup/aria-at-automation-nvda-builds/releases
9
- NVDA: ['2024.1', '2023.3.3', '2023.3']
+ NVDA: ['2024.4.1', '2024.1', '2023.3.3', '2023.3']
10
};
11
12
const VENDOR_NAME_TO_AT_MAPPING = {
0 commit comments