Skip to content

Commit

Permalink
drop support for chrome 104,105,106,107
Browse files Browse the repository at this point in the history
add support for chrome 108,109,110,111
  • Loading branch information
ichylinux committed Mar 8, 2023
1 parent 04adaf7 commit d0dab10
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 (104|105|106|107)\.'"
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (108|109|110|111)\.'"
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.7'
VERSION = '0.3.8'
end
end
end
Expand Down

0 comments on commit d0dab10

Please sign in to comment.