diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-10-21 20:44:17 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-10-21 20:49:27 +0900 |
commit | 631827f4fadd33e605cd91f9f95ef54bc948f894 (patch) | |
tree | 522aea901f11d3a8778ac12e1b218679b5d294db /.circleci | |
parent | 845c7636d2abc5b1faceccc23c6fae473d4f74e2 (diff) |
Use Firefox 68.0 ESR
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 342842d..fec66bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ executors: docker: - image: circleci/node:10-stretch-browsers environment: - - FIREFOX_VERSION: "60.0esr" + - FIREFOX_VERSION: "68.0esr" - GECKODRIVER_VERSION: "0.24.0" working_directory: ~ |