Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Upgrading to CircleCI 2.1 introduces deprecations for configurations used in this file. Specifically, machine: true on line 4 is deprecated and should be replaced with a modern machine image (e.g., image: ubuntu-2204:current). Additionally, the deploy step on line 31 is deprecated in 2.1 and should be replaced with a standard run step.

jobs:
build:
machine: true
Expand Down