From 31eab62263ac1a7931b2632d9556846fe4bda629 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 17 Feb 2021 10:37:24 +0100 Subject: remove psalm Signed-off-by: Benjamin Brahmer --- .github/workflows/api-php-static-code-check.yml | 42 ------------------------- composer.json | 2 -- 2 files changed, 44 deletions(-) delete mode 100644 .github/workflows/api-php-static-code-check.yml diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml deleted file mode 100644 index b63d82ab7..000000000 --- a/.github/workflows/api-php-static-code-check.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Static analysis -on: - pull_request -jobs: - static-psalm-analysis: - runs-on: ubuntu-latest - continue-on-error: true - strategy: - matrix: - php-versions: [ '7.4' ] - nextcloud: [ 'stable21' ] - database: [ 'sqlite' ] - name: "Psalm: Nextcloud ${{ matrix.nextcloud }}" - steps: - - name: Checkout - uses: actions/checkout@master - - name: Set up php - uses: shivammathur/setup-php@master - with: - php-version: 7.4 - extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip - coverage: none - - - name: Set up server non MySQL - uses: SMillerDev/nextcloud-actions/setup-nextcloud@main - with: - cron: true - version: ${{ matrix.nextcloud }} - database-type: ${{ matrix.database }} - - - name: Install dependencies - run: composer install - - - name: Configure server with app - uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main - with: - app: 'news' - check-code: false - - - name: Run coding standards check - working-directory: ../server/apps/news - run: ./vendor/bin/psalm \ No newline at end of file diff --git a/composer.json b/composer.json index 3449e72fd..0af736804 100644 --- a/composer.json +++ b/composer.json @@ -57,8 +57,6 @@ "phpunit/phpunit": "9.5.*", "squizlabs/php_codesniffer": "^3.5.6", "phpstan/phpstan": "^0.12.43", - "vimeo/psalm": "^4.0", - "christophwurst/nextcloud": "^v21.0.0-beta8", "guzzlehttp/guzzle": "^7.2", "doctrine/dbal": "^3.0", "symfony/console": "^4.4.18", -- cgit v1.2.3