From 0d651b6cfd85c7317dcb10d790ebe241e1c911c1 Mon Sep 17 00:00:00 2001 From: Bob Dev Date: Fri, 3 Jul 2026 17:23:48 +0000 Subject: [PATCH] Remove deprecated workflows version: 2 key The `version: 2` key under `workflows:` is deprecated v2.0 syntax that is unnecessary in 2.1 configs (the top-level `version: 2.1` already governs the config version). CircleCI will reject this key after their August 2026 config compilation update. Co-Authored-By: Claude Opus 4.6 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb1d85d18..b2bd2cdd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -271,7 +271,6 @@ ignore-forks: &ignore-forks ignore: '/pull\/\d+/' # forks branch name is pull/PR_NUMBER workflows: - version: 2 build-test-deploy: jobs: - build-lua: