Skip to content

Commit

Permalink
add support for google chrome 91
Browse files Browse the repository at this point in the history
drop support for google chrome 86
  • Loading branch information
ichylinux committed May 29, 2021
1 parent 2b7a000 commit f987950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/itamae/plugin/recipe/selenium/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

execute 'yum update -y google-chrome-stable' do
user 'root'
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (86|87|88|89|90)\.'"
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (87|88|89|90|91)\.'"
end
2 changes: 1 addition & 1 deletion lib/itamae/plugin/recipe/selenium/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Itamae
module Plugin
module Recipe
module Selenium
VERSION = '0.1.8'
VERSION = '0.1.9'
end
end
end
Expand Down

0 comments on commit f987950

Please sign in to comment.