feat: archive v9 examples#999
Merged
jennifer-shehane merged 5 commits intoAug 24, 2023
Merged
Conversation
remove legacy cypress 9.7.0 examples
remove legacy cypress 9.7.0 examples from workflows
Collaborator
|
jennifer-shehane
approved these changes
Aug 22, 2023
jennifer-shehane
left a comment
Member
There was a problem hiding this comment.
This seems fair given that the majority of usage for Cypress App is 10+. We don't have a clear LTS strategy for the App, but we are exploring it.
Thanks so much for the large amount of work! We've been looking for ways to reduce our maintenance of existing repos and this goes a long way.
|
🎉 This PR is included in version 6.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change
This PR removes the v9 example projects from the master branch leaving them archived and accessible in the v5 branch.
Background
The v9 examples run under Legacy configuration and are no longer actively maintained. The last legacy version was Cypress 9.7.0 released on May 23, 2022 and no further legacy version releases are planned.
GitHub allows running workflows from a branch which is not the default. In order to run an archived workflow, select the GitHub menu item "Action", then choose the action, for example "example-basic". Then select "Run workflow" and in the drop-down menu for "Use workflow from" select "Branch: v5".
Archiving the unmaintained v9 examples makes the remaining examples for current configurations more readable. It also halves the number of tests requested in CI, speeding up the test cycle accordingly.