Merge pull request #23904 from nextcloud/fix/php-lint

Fix php lint action
This commit is contained in:
John Molakvoæ 2020-11-05 10:51:13 +01:00 committed by GitHub
commit ecbe8cb4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', 7.4]
php-versions: ['7.3', '7.4']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
@ -37,4 +37,4 @@ jobs:
run: |
composer run cs:check -- --format=checkstyle | cs2pr
composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
shell: bash {0}
shell: bash