File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
name : Run jasmine tests (part D)
175
175
command : .circleci/test.sh bundle-jasmine
176
176
177
- mathjax-firefox81 :
177
+ mathjax-firefox101 :
178
178
docker :
179
179
# need '-browsers' version to test in real (xvfb-wrapped) browsers
180
180
- image : cimg/node:16.20.2-browsers
@@ -193,7 +193,7 @@ jobs:
193
193
name : Test MathJax on firefox-101
194
194
command : .circleci/test.sh mathjax-firefox
195
195
196
- mathjax-firefox82 :
196
+ mathjax-firefox102 :
197
197
docker :
198
198
# need '-browsers' version to test in real (xvfb-wrapped) browsers
199
199
- image : cimg/node:16.20.2-browsers
@@ -525,10 +525,10 @@ workflows:
525
525
- bundle-jasmine :
526
526
requires :
527
527
- install-and-cibuild
528
- - mathjax-firefox81 :
528
+ - mathjax-firefox101 :
529
529
requires :
530
530
- install-and-cibuild
531
- - mathjax-firefox82 :
531
+ - mathjax-firefox102 :
532
532
requires :
533
533
- install-and-cibuild
534
534
- mathjax-firefoxLatest :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ case $1 in
84
84
exit $EXIT_STATE
85
85
;;
86
86
87
- mathjax-firefox82 +)
87
+ mathjax-firefox102 +)
88
88
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --skip-tags=noFF82 --nowatch &&
89
89
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --skip-tags=noFF82 --nowatch &&
90
90
./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