From c16b28ad809bf3e3104803142139f6fe7766106b Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Sun, 6 Sep 2026 08:19:08 +0000 Subject: [PATCH] Bump Selenium grid images to 4.48 to match selenium-java Keeps the hub/node-chrome/node-firefox image tags aligned with the selenium-java dependency version in pom.xml. --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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