diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index d7aa702c..ff74b4cb 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 with: repository: backdrop-ops/phpcs - ref: 1.0.0-beta2 + ref: 1.0.0 path: phpcs - name: Move standard outside current dir run: mv phpcs ..