Skip to content
Snippets Groups Projects
Unverified Commit 7e53b080 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3621 from nextcloud/enhancement/nextcloud-21

Add Nextcloud 21 support
parents 8c18b0cb 080248a2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', 7.4]
php-versions: [7.2, 7.3, 7.4]
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
......
......@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', 7.4]
php-versions: [7.3, 7.4]
nextcloud-versions: ['master']
name: php${{ matrix.php-versions }} unit tests
steps:
......
......@@ -2,7 +2,6 @@ sudo: required
dist: xenial
language: php
php:
- 7.2
- 7.3
- 7.4
......@@ -22,14 +21,16 @@ env:
matrix:
include:
- php: 7.3
- php: 7.4
env: "DB=pgsql"
- php: 7.3
- php: 7.4
env: "TEST_SUITE=TEST-JS"
- php: 7.3
- php: 7.4
env: "TEST_SUITE=PACKAGE"
- php: 7.2
- php: 7.3
env: "PHP_COVERAGE=TRUE"
- php: 7.2
env: "CORE_BRANCH=stable20"
- php: nightly
env: "DB=sqlite PATCH_VERSION_CHECK=TRUE"
fast_finish: true
......
......@@ -31,7 +31,7 @@
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
<dependencies>
<php min-version="7.2" max-version="7.4" />
<nextcloud min-version="20" max-version="20" />
<nextcloud min-version="20" max-version="21" />
</dependencies>
<repair-steps>
<post-migration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment