summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-09-23 11:41:34 +0200
committerGitHub <noreply@github.com>2022-09-23 11:41:34 +0200
commit79be57d4e523a7e25691bfa6f0b4aa8ff680198a (patch)
tree61feaf3533ba740132127119f3362dfef579e3f8
parentee4c0d662f7574188a9ce666f54564a5f5d41cb7 (diff)
parent15f8516dc14dd806a99a76d137d6fac661c863d8 (diff)
Merge pull request #1284 from nextcloud/feat/nc-ocp-2
Use composer requirements for psalm action
-rw-r--r--.github/workflows/psalm.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 7248ad6e..00cc1cc1 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -11,14 +11,10 @@ jobs:
static-psalm-analysis:
runs-on: ubuntu-latest
- strategy:
- matrix:
- ocp-version: [ 'dev-master' ]
-
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
- uses: actions/checkout@master
+ uses: actions/checkout@v3
- name: Set up php
uses: shivammathur/setup-php@v2
@@ -29,8 +25,5 @@ jobs:
- name: Install dependencies
run: composer i
- - name: Install dependencies
- run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}
-
- name: Run coding standards check
run: composer run psalm