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>2022-04-15 12:56:09 +0300
committerGitHub <noreply@github.com>2022-04-15 12:56:09 +0300
commitab2d11a1b37995df67c19c93d8e838026fe0e505 (patch)
tree16d6f0abd660207c788e7b9dd9f3ad55fd27dd00
parent56b0b1c18e5dc4a4015f4e927602d91ae1a221c7 (diff)
parent01c44b34309d17153bda7ffbc9b745ace78e403e (diff)
Merge pull request #1185 from nextcloud/update-stable24-target-versionsv24.0.0rc3v24.0.0rc2
Update stable24 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 cd8322e..c87a2a2 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -27,7 +27,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable24']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -132,7 +132,7 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', "8.1"]
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable24']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -198,7 +198,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable24']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -266,7 +266,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable24']
name: integration-php${{ matrix.php-versions }}-${{ matrix.databases }}
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 81bb240..6990e32 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -27,7 +27,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable24']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -83,7 +83,7 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', "8.1"]
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable24']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -148,7 +148,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable24']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -215,7 +215,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable24']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 4f40268..a9cbff7 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-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout