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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-27 10:56:48 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-27 11:18:29 +0300
commit9e8b48c4462602da3ffb8cb2d79abcdf035e0f70 (patch)
tree4576899269e893937358a949dd84b533d6e906b2 /.github
parentef0c0054dca182f4a0f82514f42a9800035a1dac (diff)
Fix stable24 static analysis
As with master we have to ignore that the composer.json overrides to PHP7.3 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-analysis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 613ca877f..4ee74ff1d 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -26,10 +26,10 @@ jobs:
- name: Install dependencies
run: composer i
- name: Install OCP package
- if: ${{ matrix.ocp-version != 'dev-master' }}
+ if: ${{ matrix.ocp-version != 'dev-master' && matrix.ocp-version != 'dev-stable24' }}
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}
- name: Install OCP package
- if: ${{ matrix.ocp-version == 'dev-master' }}
+ if: ${{ matrix.ocp-version == 'dev-master' || matrix.ocp-version == 'dev-stable24' }}
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }} --ignore-platform-reqs
- name: Run coding standards check
run: composer run psalm