Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-02-03 13:36:47 +0300
committerGitHub <noreply@github.com>2021-02-03 13:36:47 +0300
commitae1ffdda878bfdb8aee9a7039bb26206e64cf401 (patch)
tree6c829afae74a08f3804b727abc44e62325f250c9
parent6fd35efcec988a03bb77c64cd6825961a959cac9 (diff)
parent4fa1af94943a9ab29c7eaaa081fe01883eb0cb31 (diff)
Merge pull request #557 from nextcloud/update-stable21-target-versionsv21.0.0RC1
Update stable21 target versions
-rw-r--r--.github/workflows/app-code-check.yml2
-rw-r--r--.github/workflows/phpunit.yml8
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/app-code-check.yml b/.github/workflows/app-code-check.yml
index 3488757b..edbcc89b 100644
--- a/.github/workflows/app-code-check.yml
+++ b/.github/workflows/app-code-check.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4']
- server-versions: ['master']
+ server-versions: ['stable21']
name: AppCode check php${{ matrix.php-versions }}-${{ matrix.server-versions }}
steps:
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 48444c92..18e41c36 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -77,7 +77,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -143,7 +143,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -211,7 +211,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}