Skip to content

Commit

Permalink
Add NVDA 2024.4.1 to supported automation versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Dec 12, 2024
1 parent e934f1b commit 0f76431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS = {
// https://github.com/bocoup/aria-at-gh-actions-helper/blob/main/.github/workflows/voiceover-test.yml#L39
'VoiceOver for macOS': ['13.0', '14.0'],
// These are tracked with the https://github.com/bocoup/aria-at-automation-nvda-builds/releases
NVDA: ['2024.1', '2023.3.3', '2023.3']
NVDA: ['2024.4.1', '2024.1', '2023.3.3', '2023.3']
};

const VENDOR_NAME_TO_AT_MAPPING = {
Expand Down

0 comments on commit 0f76431

Please sign in to comment.