From: Tim Düsterhus Date: Wed, 22 Sep 2021 14:02:40 +0000 (+0200) Subject: Run php-cs-fixer using PHP 8.0 X-Git-Tag: 5.5.0_Beta_1~28 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0f3b892ec1d8eab3de08c5e6e137e25bd154de68;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Run php-cs-fixer using PHP 8.0 --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index aa6b4df..1beb6b7 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -18,7 +18,7 @@ jobs: - name: Setup PHP with tools uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.0' 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