mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01:00
[TASK] Switch the code quality checks to PHP 8.1 (#638)
This commit is contained in:
parent
639e414512
commit
31e1a1f84d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- "ts:lint"
|
- "ts:lint"
|
||||||
- "yaml:lint"
|
- "yaml:lint"
|
||||||
php-version:
|
php-version:
|
||||||
- "7.4"
|
- "8.1"
|
||||||
code-quality-frontend:
|
code-quality-frontend:
|
||||||
name: "Code quality frontend checks"
|
name: "Code quality frontend checks"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
2
.github/workflows/predefined.yml
vendored
2
.github/workflows/predefined.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
||||||
- "composer:normalize"
|
- "composer:normalize"
|
||||||
- "php:sniff"
|
- "php:sniff"
|
||||||
php-version:
|
php-version:
|
||||||
- "7.4"
|
- "8.1"
|
||||||
code-quality-frontend:
|
code-quality-frontend:
|
||||||
name: "Code quality frontend checks"
|
name: "Code quality frontend checks"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
Loading…
Reference in a new issue