Skip to content

Commit

Permalink
add support for chrome 101, 102
Browse files Browse the repository at this point in the history
drop support for chrome 96, 97, 98, 99
  • Loading branch information
ichylinux committed May 30, 2022
1 parent 1f61f46 commit 80d48ba
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 @@ -18,5 +18,5 @@

execute 'yum update -y google-chrome-stable' do
user 'root'
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (96|97|98|99|100)\.'"
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (100|101|102)\.'"
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.3.4'
VERSION = '0.3.5'
end
end
end
Expand Down

0 comments on commit 80d48ba

Please sign in to comment.