From: Tim Düsterhus Date: Wed, 11 May 2022 08:01:03 +0000 (+0200) Subject: Run php-cs-fixer using PHP 8.1 X-Git-Tag: 6.0.0_Alpha_1~59 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1271465d02e036dbd7a35be97ee43cbb73d70232;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Run php-cs-fixer using PHP 8.1 --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 3ea1d85..399e826 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -17,7 +17,7 @@ jobs: - name: Setup PHP with tools uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib tools: php-cs-fixer - name: php-cs-fixer