mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-03 09:13:34 +08:00
fix lint
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
8450d7d9a5
commit
c789b7e5db
1 changed files with 2 additions and 4 deletions
6
.github/workflows/lint-php.yml
vendored
6
.github/workflows/lint-php.yml
vendored
|
@ -10,8 +10,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- stable*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -25,7 +23,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ["7.4", "8.0", "8.1"]
|
||||
php-versions: ["8.0"]
|
||||
|
||||
name: php-lint
|
||||
|
||||
|
@ -40,7 +38,7 @@ jobs:
|
|||
coverage: none
|
||||
|
||||
- name: Lint
|
||||
run: composer run lint
|
||||
run: cd php && composer run lint
|
||||
|
||||
summary:
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue