From 4dd9766d42a774d7264c44cd8036135c8f29296f Mon Sep 17 00:00:00 2001 From: anoy Date: Fri, 16 Jul 2021 21:36:30 +0200 Subject: bump NC version to stable22 Signed-off-by: anoy --- .github/workflows/api-php-static-code-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.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 index 42afdc2e6..5f9216a4b 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: php-versions: [ '7.4' ] - nextcloud: [ 'stable21' ] + nextcloud: [ 'stable22' ] database: [ 'sqlite' ] name: "phpstan: Nextcloud ${{ matrix.nextcloud }}" steps: @@ -48,4 +48,4 @@ jobs: - name: PHPStan working-directory: ../server/apps/news - run: make phpstan \ No newline at end of file + run: make phpstan -- cgit v1.2.3