diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-09-22 11:25:28 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-09-22 11:30:08 +0900 |
commit | e244c3c9c5c00009c69cd44447a97c6e239e1b6d (patch) | |
tree | 3f944fd529142590846207f7960b402ba5bbed7d /.circleci | |
parent | 15b551b0c0dd6f5264b8fa379833106e687b3c21 (diff) |
Bump firefox to 78 ESR on CircleCI
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 91ea92c..2cd4c02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,8 @@ executors: docker: - image: circleci/node:12.14.0-stretch-browsers environment: - - FIREFOX_VERSION: "68.0esr" - - GECKODRIVER_VERSION: "0.24.0" + - FIREFOX_VERSION: "78.3.0esr" + - GECKODRIVER_VERSION: "0.27.0" working_directory: ~ commands: |