From 21fa34ab355715503beba7db27c4c80393d0420a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 31 May 2021 15:28:17 +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 5da0df3..3c7805f 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -21,6 +21,6 @@ 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 -- 2.20.1