Skip to content

Commit 0f76431

Browse files
committed
Add NVDA 2024.4.1 to supported automation versions
1 parent e934f1b commit 0f76431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS = {
66
// https://github.com/bocoup/aria-at-gh-actions-helper/blob/main/.github/workflows/voiceover-test.yml#L39
77
'VoiceOver for macOS': ['13.0', '14.0'],
88
// These are tracked with the https://github.com/bocoup/aria-at-automation-nvda-builds/releases
9-
NVDA: ['2024.1', '2023.3.3', '2023.3']
9+
NVDA: ['2024.4.1', '2024.1', '2023.3.3', '2023.3']
1010
};
1111

1212
const VENDOR_NAME_TO_AT_MAPPING = {

0 commit comments

Comments
 (0)