Skip to content

Conversation

@MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Oct 3, 2025

Situation

The repo is configured to use cypress/browsers:22.16.0 in CI. This version of the Cypress Docker image, based on Node.js 22.16.0, has a full tag node-22.16.0-chrome-137.0.7151.119-1-ff-139.0.4-edge-137.0.3296.62-1 meaning that it uses browsers as shown. Cypress officially supports the latest 3 major versions of Chrome, Firefox, and Edge.

Browser Docker image version Latest version Supported versions Minimum version
Chrome 137 141 141 140 139 139
Edge 137 141 141 140 139 139
Firefox 139 143 144 144 143 142 141 141 142

The Docker image cypress/browsers:22.16.0 is therefore providing a test environment with browser versions that are no longer supported by Cypress and so it needs updating.

Change

Update to cypress/browsers:22.20.0 with a full tag node-22.20.0-chrome-140.0.7339.207-1-ff-143.0.1-edge-140.0.3485.81-1 that provides for minimum supported versions of browsers.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as draft October 3, 2025 14:11
@MikeMcC399 MikeMcC399 force-pushed the update/docker-browsers branch from c0c5140 to 3cb5ddd Compare October 3, 2025 14:17
@MikeMcC399 MikeMcC399 marked this pull request as ready for review October 3, 2025 14:39
@MikeMcC399
Copy link
Contributor Author

@AtofStryker

I've submitted several PRs in this repo in the past weeks and at this time there doesn't appear to be anyone monitoring the PR submissions to review and merge. If this is something you can fit it, then please go ahead.

@MikeMcC399
Copy link
Contributor Author

@jennifer-shehane

There seems to be a general issue at this time for reviewing PRs in a timely way. I have 3 open PRs in this repo and 2 in the github-actions repo. Hopefully this is a temporary overload on your side.

Copy link
Contributor

@AtofStryker AtofStryker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MikeMcC399 thanks for taking care of this. The team was fairly busy getting ready for cy.conf() but now that the conference is wrapping up we should be more attentive to PRs submitted

@AtofStryker AtofStryker merged commit 51b476a into cypress-io:develop Oct 23, 2025
8 checks passed
@MikeMcC399 MikeMcC399 deleted the update/docker-browsers branch October 23, 2025 16:17
@MikeMcC399
Copy link
Contributor Author

@AtofStryker

Thank you very much for merging and I'm happy to hear that the team is likely to have the ability to review external PRs again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants