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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-11-12 00:52:54 +0300
committerGitHub <noreply@github.com>2021-11-12 00:52:54 +0300
commiteac18782c50b3f7f496502870a1f171be4cb2050 (patch)
tree6bac8eb86c1400a0b63a2edf0d488f110e79cc4d
parent949376cc501e2546121a6f0bd5031f2dc0e95285 (diff)
parente8bc4439f6aa6bce89fe7810a2d5b25d1befa980 (diff)
Merge pull request #1109 from nextcloud/update-stable23-target-versions
Update stable23 target versions
-rw-r--r--.github/workflows/integration.yml8
-rw-r--r--.github/workflows/phpunit.yml8
-rw-r--r--.github/workflows/static-analysis.yml2
3 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 02a3425..2a4bee5 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable23']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -77,7 +77,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -143,7 +143,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -211,7 +211,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable23']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 40ad8c8..2ecabb5 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: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -76,7 +76,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -141,7 +141,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -208,7 +208,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 4f40268..88cd669 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable23' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout