-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTKA-1333: replace deprecated CircleCI Docker images #377
Conversation
@@ -228,15 +229,12 @@ jobs: | |||
- attach_workspace: | |||
at: . | |||
|
|||
- browser-tools/install-chrome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this, Chrome was no longer available. See: https://circleci.com/developer/images/image/cimg/php#browsers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could also be used to install chrome-driver
, allowing us to remove our custom job, but I think that should be done in a different PR.
Description
Replaces the legacy CircleCI Docker images with the latest supported versions.
CircleCI is deprecating some existing Docker images and replaced them with newer, faster images. Legacy convenience images with the prefix
circleci/
will be deprecated on Dec. 31, 2021.https://wpengine.atlassian.net/browse/MTKA-1333
Testing
Verify that CircleCI tests still run and pass as expected.