Skip to content

Commit 6ea930f

Browse files
committed
Unpin 3.5.2 and allow any new 3.x release to be used
With [MDL-66378](https://tracker.moodle.org/browse/MDL-66378) and, specially, moodlehq/php-webdriver#1 we can continue using Chrome >= 76 because we are enforcing the use of the legacy JsonWire protocol (instead of the default W3C one). So it has been agreed that we'll allow any 3.x new release to be used in order to detect problems earlier (we always can pin again if needed).
1 parent f7e2997 commit 6ea930f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium.chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ services:
44
environment:
55
MOODLE_DOCKER_BROWSER: chrome
66
selenium:
7-
image: "selenium/standalone-chrome${MOODLE_DOCKER_SELENIUM_SUFFIX}:3.5.2"
7+
image: "selenium/standalone-chrome${MOODLE_DOCKER_SELENIUM_SUFFIX}:3"
88
volumes:
99
- /dev/shm:/dev/shm

0 commit comments

Comments
 (0)