File tree 4 files changed +14
-5
lines changed
tests/build-backward-compatible
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 60
60
runs-on : ubuntu-24.04
61
61
permissions : write-all
62
62
strategy :
63
- max-parallel : 1
64
63
fail-fast : false
65
64
matrix :
66
65
browser-version : ${{ fromJSON(github.event.inputs.browser-versions)}}
@@ -163,6 +162,10 @@ jobs:
163
162
GRID_VERSION : ${{ needs.deploy.outputs.GRID_VERSION }}
164
163
- name : Create CHANGELOG directory
165
164
run : mkdir -p ./CHANGELOG/${{ env.GRID_VERSION }}
165
+ - name : Fetch latest version
166
+ run : |
167
+ python3 -m pip install -r tests/requirements.txt
168
+ python3 tests/build-backward-compatible/fetch_version.py
166
169
- name : Download results
167
170
uses : actions/download-artifact@v4
168
171
with :
Original file line number Diff line number Diff line change 60
60
runs-on : ubuntu-24.04
61
61
permissions : write-all
62
62
strategy :
63
- max-parallel : 1
64
63
fail-fast : false
65
64
matrix :
66
65
browser-version : ${{ fromJSON(github.event.inputs.browser-versions)}}
@@ -163,6 +162,10 @@ jobs:
163
162
GRID_VERSION : ${{ needs.deploy.outputs.GRID_VERSION }}
164
163
- name : Create CHANGELOG directory
165
164
run : mkdir -p ./CHANGELOG/${{ env.GRID_VERSION }}
165
+ - name : Fetch latest version
166
+ run : |
167
+ python3 -m pip install -r tests/requirements.txt
168
+ python3 tests/build-backward-compatible/fetch_version.py
166
169
- name : Download results
167
170
uses : actions/download-artifact@v4
168
171
with :
Original file line number Diff line number Diff line change 60
60
runs-on : ubuntu-24.04
61
61
permissions : write-all
62
62
strategy :
63
- max-parallel : 1
64
63
fail-fast : false
65
64
matrix :
66
65
browser-version : ${{ fromJSON(github.event.inputs.browser-versions)}}
@@ -163,6 +162,10 @@ jobs:
163
162
GRID_VERSION : ${{ needs.deploy.outputs.GRID_VERSION }}
164
163
- name : Create CHANGELOG directory
165
164
run : mkdir -p ./CHANGELOG/${{ env.GRID_VERSION }}
165
+ - name : Fetch latest version
166
+ run : |
167
+ python3 -m pip install -r tests/requirements.txt
168
+ python3 tests/build-backward-compatible/fetch_version.py
166
169
- name : Download results
167
170
uses : actions/download-artifact@v4
168
171
with :
Original file line number Diff line number Diff line change 9
9
FIREFOX_DOWNLOAD_URL : https://download-installer.cdn.mozilla.net/pub/firefox/nightly/2024/11/2024-11-25-09-40-45-mozilla-central/firefox-134.0a1.en-US.linux-aarch64.deb
10
10
FIREFOX_PLATFORMS : linux/amd64,linux/arm64
11
11
' 133 ' :
12
- EDGE_VERSION : microsoft-edge-stable=133.0.3065.82 -1
13
- CHROME_VERSION : google-chrome-stable=133.0.6943.126 -1
12
+ EDGE_VERSION : microsoft-edge-stable=133.0.3065.92 -1
13
+ CHROME_VERSION : google-chrome-stable=133.0.6943.141 -1
14
14
FIREFOX_VERSION : 133.0.3
15
15
FIREFOX_DOWNLOAD_URL : https://download-installer.cdn.mozilla.net/pub/firefox/nightly/2024/10/2024-10-28-09-56-35-mozilla-central/firefox-133.0a1.en-US.linux-aarch64.deb
16
16
FIREFOX_PLATFORMS : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments