Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 committed Jul 18, 2023
1 parent d73fac6 commit e044ad0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,19 @@ jobs:
strategy:
matrix:
php-versions: ["8.1"]
ocp-version: ['v26.0.3', 'v27.0.0', 'dev-master']
name: php-psalm-analysis

steps:
- uses: actions/checkout@v3
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: ${{ matrix.php-versions }}
coverage: none

- name: Install dependencies
run: composer i

- name: Install nextcloud/ocp
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }}

- name: Run coding standards check
run: composer run psalm

Expand Down

0 comments on commit e044ad0

Please sign in to comment.