File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 name : Run jasmine tests (part D)
175175 command : .circleci/test.sh bundle-jasmine
176176
177- mathjax-firefox81 :
177+ mathjax-firefox101 :
178178 docker :
179179 # need '-browsers' version to test in real (xvfb-wrapped) browsers
180180 - image : cimg/node:16.20.2-browsers
@@ -193,7 +193,7 @@ jobs:
193193 name : Test MathJax on firefox-101
194194 command : .circleci/test.sh mathjax-firefox
195195
196- mathjax-firefox82 :
196+ mathjax-firefox102 :
197197 docker :
198198 # need '-browsers' version to test in real (xvfb-wrapped) browsers
199199 - image : cimg/node:16.20.2-browsers
@@ -525,10 +525,10 @@ workflows:
525525 - bundle-jasmine :
526526 requires :
527527 - install-and-cibuild
528- - mathjax-firefox81 :
528+ - mathjax-firefox101 :
529529 requires :
530530 - install-and-cibuild
531- - mathjax-firefox82 :
531+ - mathjax-firefox102 :
532532 requires :
533533 - install-and-cibuild
534534 - mathjax-firefoxLatest :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ case $1 in
8484 exit $EXIT_STATE
8585 ;;
8686
87- mathjax-firefox82 +)
87+ mathjax-firefox102 +)
8888 ./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --skip-tags=noFF82 --nowatch &&
8989 ./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --skip-tags=noFF82 --nowatch &&
9090 ./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax_config --mathjax3 --nowatch &&
You can’t perform that action at this time.
0 commit comments