From aec77c977ff0278449865acc1eb8e523ebb9f1d0 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 4 May 2021 10:52:05 +0200 Subject: [PATCH] Pin `php-cs-fixer` version in codestyle workflow --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index cc1a2be..9294cbc 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -21,7 +21,7 @@ jobs: with: php-version: '7.4' extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib - tools: php-cs-fixer + tools: php-cs-fixer:2.19.0 - name: php-cs-fixer run: php-cs-fixer fix --dry-run --diff-format udiff ts: -- 2.20.1