Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-03-11 00:01:46 +0300
committerBenjamin Brahmer <info@b-brahmer.de>2022-03-11 00:09:35 +0300
commitb31434035c56e02e7b5ace181975647f2d3bb92a (patch)
treed04cfa5f05b79d296032739cb33e222cbdc0ae0e
parent19f6c96f0dc5cb0c7a7549ed99a0412efdf4a9ee (diff)
add php 7.4codelint
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-php-static-code-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index 2566917a4..320c8792c 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -7,7 +7,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
- php-versions: [ '8.0' ]
+ php-versions: [ '7.4', '8.0' ]
nextcloud: [ 'stable23' ]
database: [ 'sqlite' ]
include:
@@ -15,7 +15,7 @@ jobs:
nextcloud: pre-release
database: sqlite
experimental: true
- name: "phpstan: Nextcloud ${{ matrix.nextcloud }}"
+ name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ php-versions }}"
steps:
- name: Checkout
uses: actions/checkout@v3