mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[TASK] Switch the code quality checks to PHP 8.1 (#638)

This commit is contained in:
Oliver Klee 2022-10-15 21:40:46 +02:00 committed by GitHub
parent 639e414512
commit 31e1a1f84d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ jobs:
- "ts:lint"
- "yaml:lint"
php-version:
- "7.4"
- "8.1"
code-quality-frontend:
name: "Code quality frontend checks"
runs-on: ubuntu-22.04

View file

@ -123,7 +123,7 @@ jobs:
- "composer:normalize"
- "php:sniff"
php-version:
- "7.4"
- "8.1"
code-quality-frontend:
name: "Code quality frontend checks"
runs-on: ubuntu-22.04