@@ -184,13 +184,13 @@ jobs:
184
184
working_directory : ~/plotly.js
185
185
steps :
186
186
- browser-tools/install-browser-tools : &browser-versions
187
- firefox-version : " 81 .0"
187
+ firefox-version : " 101 .0"
188
188
install-chrome : false
189
189
install-chromedriver : false
190
190
- attach_workspace :
191
191
at : ~/
192
192
- run :
193
- name : Test MathJax on firefox-81
193
+ name : Test MathJax on firefox-101
194
194
command : .circleci/test.sh mathjax-firefox
195
195
196
196
mathjax-firefox82 :
@@ -203,14 +203,14 @@ jobs:
203
203
working_directory : ~/plotly.js
204
204
steps :
205
205
- browser-tools/install-browser-tools : &browser-versions
206
- firefox-version : " 82 .0"
206
+ firefox-version : " 102 .0"
207
207
install-chrome : false
208
208
install-chromedriver : false
209
209
- attach_workspace :
210
210
at : ~/
211
211
- 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 +
214
214
215
215
mathjax-firefoxLatest :
216
216
docker :
@@ -228,7 +228,7 @@ jobs:
228
228
at : ~/
229
229
- run :
230
230
name : Test MathJax on firefox-latest
231
- command : .circleci/test.sh mathjax-firefox82 +
231
+ command : .circleci/test.sh mathjax-firefox102 +
232
232
233
233
make-baselines-virtual-webgl :
234
234
parallelism : 8
0 commit comments