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

github.com/nextcloud/files_retention.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:53:21 +0300
committerGitHub <noreply@github.com>2021-11-12 00:53:21 +0300
commitfc3283d3af09f884fce6be9233215aabecef23a6 (patch)
treeaa13cfde18a54dddc141ef42e670dc36e9e7d13f
parent59c1692f4c5f4f7d6b196dacc2b2ec70d53223da (diff)
parent14885a6f42f3ffcdc2dc93ec8278c077824612f3 (diff)
Merge pull request #144 from nextcloud/update-stable23-target-versions
Update stable23 target versions
-rw-r--r--.github/workflows/phpunit.yml8
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 3a732d4..99c1dfc 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