Skip to content

Commit fda115a

Browse files
committed
[ci] Update minimum version of MSEdge to deploy images
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 386a7f6 commit fda115a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-edge-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
browser-versions:
3232
description: 'List browser version to build. E.g: [130, 131]'
3333
required: true
34-
default: '[95, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140]'
34+
default: '[114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140]'
3535
push-image:
3636
description: 'Push image after testing successfully'
3737
required: true

tests/build-backward-compatible/update_workflow_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Minimum browser versions to include in workflows
88
MIN_CHROME_VERSION = 95
99
MIN_FIREFOX_VERSION = 98
10-
MIN_EDGE_VERSION = 95
10+
MIN_EDGE_VERSION = 114
1111

1212

1313
def read_browser_matrix(file_path, min_chrome_version, min_firefox_version, min_edge_version):

0 commit comments

Comments
 (0)