Skip to content

Commit 3ab76aa

Browse files
committed
move 20 versions up for ff
1 parent 49c3032 commit 3ab76aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ jobs:
184184
working_directory: ~/plotly.js
185185
steps:
186186
- browser-tools/install-browser-tools: &browser-versions
187-
firefox-version: "81.0"
187+
firefox-version: "101.0"
188188
install-chrome: false
189189
install-chromedriver: false
190190
- attach_workspace:
191191
at: ~/
192192
- run:
193-
name: Test MathJax on firefox-81
193+
name: Test MathJax on firefox-101
194194
command: .circleci/test.sh mathjax-firefox
195195

196196
mathjax-firefox82:
@@ -203,14 +203,14 @@ jobs:
203203
working_directory: ~/plotly.js
204204
steps:
205205
- browser-tools/install-browser-tools: &browser-versions
206-
firefox-version: "82.0"
206+
firefox-version: "102.0"
207207
install-chrome: false
208208
install-chromedriver: false
209209
- attach_workspace:
210210
at: ~/
211211
- run:
212-
name: Test MathJax on firefox-82
213-
command: .circleci/test.sh mathjax-firefox82+
212+
name: Test MathJax on firefox-102
213+
command: .circleci/test.sh mathjax-firefox102+
214214

215215
mathjax-firefoxLatest:
216216
docker:
@@ -228,7 +228,7 @@ jobs:
228228
at: ~/
229229
- run:
230230
name: Test MathJax on firefox-latest
231-
command: .circleci/test.sh mathjax-firefox82+
231+
command: .circleci/test.sh mathjax-firefox102+
232232

233233
make-baselines-virtual-webgl:
234234
parallelism: 8

0 commit comments

Comments
 (0)