diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-09-22 12:45:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 12:45:31 +0900 |
commit | 65cfdf60eb931ae98f83d66c8adea6b190e27f48 (patch) | |
tree | 6bc9fe5e3420214be0fa7475d735dd6758183295 /.circleci | |
parent | 15b551b0c0dd6f5264b8fa379833106e687b3c21 (diff) | |
parent | 305350c09e7bfdfbcc0b403a6499c71d58eb944c (diff) |
Merge pull request #839 from ueokande/firefox-78-esr
End-of-support Firefox 68 ESR
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: |