diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-10-24 03:26:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 03:26:50 +0000 |
commit | 689fa0526e7cdcfee9e62cf124495c889b39f52e (patch) | |
tree | a9037b5e51d118fd16b87d61a3f07a7df59118ae /.circleci/config.yml | |
parent | 845c7636d2abc5b1faceccc23c6fae473d4f74e2 (diff) | |
parent | a97a395bc3cc00c56b8ab79b72c50adad5f787a3 (diff) |
Merge pull request #662 from ueokande/firefox-68
Firefox 68
Diffstat (limited to '.circleci/config.yml')
-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: ~ |