Skip to content

Commit

Permalink
Merge pull request #1588 from floccusaddon/update/selenium/4.20
Browse files Browse the repository at this point in the history
chore(ci): Update selenium to v4.20
  • Loading branch information
marcelklehr authored May 4, 2024
2 parents 3102c64 + 7f3dbc4 commit f808ec7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,20 @@ jobs:

services:
hub:
image: selenium/hub:4.11.0-20230801
image: selenium/hub:4.20.0-20240425
ports:
- 4442:4442
- 4443:4443
- 4444:4444
firefox:
image: selenium/node-firefox:4.11.0-20230801

image: selenium/node-firefox:4.20.0-20240425
env:
SE_EVENT_BUS_HOST: hub
SE_EVENT_BUS_PUBLISH_PORT: 4442
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443
options: --shm-size="2g"
chrome:
image: selenium/node-chrome:4.11.0-20230801
image: selenium/node-chrome:4.20.0-20240425
env:
SE_EVENT_BUS_HOST: hub
SE_EVENT_BUS_PUBLISH_PORT: 4442
Expand Down

0 comments on commit f808ec7

Please sign in to comment.