cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

ci: remove workflow version from circle.yml #1148

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

The official VS Code CircleCI extension reports that the workflow version in the CircleCI workflow circle.yml is deprecated.

workflows:
  version: 2

See also https://discuss.circleci.com/t/circleci-2-1-config-overview/26057:

Make sure to take the version key out of your workflows section or bad things will happen. The only version key in 2.1 is the top-level key.

Change

Remove version from CircleCI circle.yml, workflows section.

cypress-app-bot commented 1 month ago
jennifer-shehane commented 1 month ago

@MikeMcC399 Thanks, we were out for a long weekend, so back today!

MikeMcC399 commented 1 month ago

@jennifer-shehane

Good to see you back 😄 ! Hope you had a good break anyway.