diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6048fa9c..9ffbe9e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,18 +70,18 @@ jobs: THREAD_COUNT: 2 services: hub: - image: selenium/hub:4.34 + image: selenium/hub:4.48 ports: - 4442-4444:4442-4444 chrome1: - image: selenium/node-chrome:4.34 + image: selenium/node-chrome:4.48 options: -v /dev/shm:/dev/shm env: SE_EVENT_BUS_PUBLISH_PORT: 4442 SE_EVENT_BUS_SUBSCRIBE_PORT: 4443 SE_EVENT_BUS_HOST: hub chrome2: - image: selenium/node-chrome:4.34 + image: selenium/node-chrome:4.48 options: -v /dev/shm:/dev/shm env: SE_EVENT_BUS_PUBLISH_PORT: 4442 @@ -123,18 +123,18 @@ jobs: THREAD_COUNT: 2 services: hub: - image: selenium/hub:4.34 + image: selenium/hub:4.48 ports: - 4442-4444:4442-4444 firefox1: - image: selenium/node-firefox:4.34 + image: selenium/node-firefox:4.48 options: -v /dev/shm:/dev/shm env: SE_EVENT_BUS_PUBLISH_PORT: 4442 SE_EVENT_BUS_SUBSCRIBE_PORT: 4443 SE_EVENT_BUS_HOST: hub firefox2: - image: selenium/node-firefox:4.34 + image: selenium/node-firefox:4.48 options: -v /dev/shm:/dev/shm env: SE_EVENT_BUS_PUBLISH_PORT: 4442