File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
tests/build-backward-compatible Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 6060 runs-on : ubuntu-24.04
6161 permissions : write-all
6262 strategy :
63- max-parallel : 1
6463 fail-fast : false
6564 matrix :
6665 browser-version : ${{ fromJSON(github.event.inputs.browser-versions)}}
@@ -163,6 +162,10 @@ jobs:
163162 GRID_VERSION : ${{ needs.deploy.outputs.GRID_VERSION }}
164163 - name : Create CHANGELOG directory
165164 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
166169 - name : Download results
167170 uses : actions/download-artifact@v4
168171 with :
Original file line number Diff line number Diff line change 6060 runs-on : ubuntu-24.04
6161 permissions : write-all
6262 strategy :
63- max-parallel : 1
6463 fail-fast : false
6564 matrix :
6665 browser-version : ${{ fromJSON(github.event.inputs.browser-versions)}}
@@ -163,6 +162,10 @@ jobs:
163162 GRID_VERSION : ${{ needs.deploy.outputs.GRID_VERSION }}
164163 - name : Create CHANGELOG directory
165164 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
166169 - name : Download results
167170 uses : actions/download-artifact@v4
168171 with :
Original file line number Diff line number Diff line change 6060 runs-on : ubuntu-24.04
6161 permissions : write-all
6262 strategy :
63- max-parallel : 1
6463 fail-fast : false
6564 matrix :
6665 browser-version : ${{ fromJSON(github.event.inputs.browser-versions)}}
@@ -163,6 +162,10 @@ jobs:
163162 GRID_VERSION : ${{ needs.deploy.outputs.GRID_VERSION }}
164163 - name : Create CHANGELOG directory
165164 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
166169 - name : Download results
167170 uses : actions/download-artifact@v4
168171 with :
Original file line number Diff line number Diff line change 99 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
1010 FIREFOX_PLATFORMS : linux/amd64,linux/arm64
1111 ' 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
1414 FIREFOX_VERSION : 133.0.3
1515 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
1616 FIREFOX_PLATFORMS : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments