Skip to content

Commit bcd466c

Browse files
committed
[ci] Upload CHANGELOG for Node/Standalone edge version with Grid 4.35.0
1 parent 7908ffe commit bcd466c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/release-chrome-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, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 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]'
34+
default: '[95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 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

.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]'
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]'
3535
push-image:
3636
description: 'Push image after testing successfully'
3737
required: true

tests/build-backward-compatible/browser-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
matrix:
22
browser:
33
'143':
4-
FIREFOX_VERSION: 143.0.1
4+
FIREFOX_VERSION: 143.0.3
55
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
66
'142':
77
FIREFOX_VERSION: 142.0.1
88
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
99
'141':
10-
EDGE_VERSION: null
11-
CHROME_VERSION: null
10+
EDGE_VERSION: microsoft-edge-stable=141.0.3537.57-1
11+
CHROME_VERSION: google-chrome-stable=141.0.7390.54-1
1212
FIREFOX_VERSION: 141.0.3
1313
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
1414
'140':

tests/build-backward-compatible/firefox-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matrix:
22
browser:
33
'143':
4-
FIREFOX_VERSION: 143.0.1
4+
FIREFOX_VERSION: 143.0.3
55
'142':
66
FIREFOX_VERSION: 142.0.1
77
'141':

0 commit comments

Comments
 (0)