Skip to content

Commit

Permalink
Merge pull request #9 from naclaoyama/issue-8
Browse files Browse the repository at this point in the history
Chrome version up to v107
  • Loading branch information
ichylinux authored Nov 10, 2022
2 parents f09e2a2 + fad5db5 commit 04adaf7
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 (102|103|104)\.'"
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (104|105|106|107)\.'"
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.6'
VERSION = '0.3.7'
end
end
end
Expand Down

0 comments on commit 04adaf7

Please sign in to comment.