Skip to content

Commit

Permalink
Set chrome version to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuckey-uoe committed Oct 6, 2023
1 parent b823085 commit ee3ba7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Install chrome
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: '114.0.5735.90' # install latest production Chrome
chrome-version: 'latest' # install latest production Chrome

# Copy all of the example configs over
- name: 'Setup the application'
Expand Down
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'webdrivers/chromedriver'

Webdrivers::Chromedriver.required_version = '114.0.5735.90'
Webdrivers::Chromedriver.required_version = 'latest'

# Cache for one hour
Webdrivers.cache_time = 3600
Expand Down

0 comments on commit ee3ba7c

Please sign in to comment.