Skip to content

Commit

Permalink
Merge pull request #65 from sumocoders/jonasdekeukelaere-patch-1
Browse files Browse the repository at this point in the history
Lock ChromeDriver to v97
  • Loading branch information
Sander authored Feb 4, 2022
2 parents 0d6b320 + e747940 commit adc1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ PHPUnit - Run tests:
- apt-get --allow-releaseinfo-change update && apt-get install -y chromium
# install Chromium Chromedriver
- |
curl -s -f -L -o /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE_90`/chromedriver_linux64.zip
curl -s -f -L -o /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE_97`/chromedriver_linux64.zip
unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
# disable Xdebug and Blackfire extensions
- |
Expand Down

0 comments on commit adc1e70

Please sign in to comment.