From: Tim Düsterhus Date: Wed, 22 Sep 2021 10:20:39 +0000 (+0200) Subject: Run php-cs-fixer using PHP 8.0 X-Git-Tag: 5.5.0_Alpha_1~426 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=022e2d45a4775d15e768b99c90ac27e2ea90257f;p=GitHub%2FWoltLab%2FWCF.git Run php-cs-fixer using PHP 8.0 --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 429c622ed6..4d256e72b8 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -20,7 +20,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