From: Tim Düsterhus <duesterhus@woltlab.com> Date: Fri, 24 Sep 2021 07:39:00 +0000 (+0200) Subject: Run php-cs-fixer using PHP 8.0 X-Git-Tag: 5.4.9_dev_1~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c28e96e7ab3471cfa53efdb986bd79e764f84c9c;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Run php-cs-fixer using PHP 8.0 --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 51c8aa4..c059c3f 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:2.19.0 - name: php-cs-fixer