diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91d32b7f7cb..5e9e104be34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: php_version: '7.2' codecept: name: Codeception - needs: [ ecs ] + needs: [ecs] uses: craftcms/.github/.github/workflows/codecept.yml@v2 with: php_versions: '["7.2", "7.3", "7.4", "8.0", "8.1"]'