Skip to content

fix(deps): bump vue from 2.7.15 to v3 (stable25) #601

fix(deps): bump vue from 2.7.15 to v3 (stable25)

fix(deps): bump vue from 2.7.15 to v3 (stable25) #601

Workflow file for this run

name: Static analysis
on:
pull_request:
push:
branches:
- main
- master
- stable*
jobs:
static-psalm-analysis:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ocp-version: [ 'dev-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
- name: Install dependencies
run: composer i
- name: Install OCP package
if: ${{ matrix.ocp-version != 'dev-master' }}
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}
- name: Install OCP package
if: ${{ matrix.ocp-version == 'dev-master' }}
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }} --ignore-platform-req=php
- name: Run coding standards check
run: composer run psalm