Merge branch '5.4'
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 24 Sep 2021 08:15:18 +0000 (10:15 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 24 Sep 2021 08:15:18 +0000 (10:15 +0200)
1  2 
.github/workflows/codestyle.yml

index 0e98750f36fcbac14f5b571e3ee8d6c814f90d3b,df09b1fe6e966c883b40c0161b923fde005f627b..fb399354594125e9487329e5858f129f04afe2ad
@@@ -20,11 -20,11 +20,11 @@@ 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
 +        tools: php-cs-fixer
      - name: php-cs-fixer
 -      run: php-cs-fixer fix --dry-run --diff-format udiff
 +      run: php-cs-fixer fix --dry-run --diff
    ts:
      name: TS Prettier
      runs-on: ubuntu-latest