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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2021-07-12 21:05:41 +0300
committerGitHub <noreply@github.com>2021-07-12 21:05:41 +0300
commit852cc1d67de96a9624419e2df91acde77c9847f2 (patch)
tree4214b29adbd7d4963256ba4cf42bd8889a87de5d
parentf489770c41093d5f1028471941da2f0d76b326b2 (diff)
parent136a74477cecd7d51c66a955ac1fbaeda22ee82e (diff)
Merge pull request #57 from nextcloud/update-stable22-target-versionsv1.9.0
Update stable22 target versions
-rw-r--r--.drone.yml6
-rw-r--r--.github/workflows/phpunit.yml8
2 files changed, 7 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index e2490ee..0c19bde 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,7 +6,7 @@ steps:
image: nextcloudci/php7.4:php7.4-3
environment:
APP_NAME: data_request
- CORE_BRANCH: master
+ CORE_BRANCH: stable22
DATABASEHOST: sqlite
commands:
- composer install
@@ -42,7 +42,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: data_request
- CORE_BRANCH: master
+ CORE_BRANCH: stable22
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -74,7 +74,7 @@ steps:
image: nextcloudci/php7.4:php7.4-3
environment:
APP_NAME: data_request
- CORE_BRANCH: master
+ CORE_BRANCH: stable22
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 8bb1ce3..329702a 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable22']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -73,7 +73,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable22']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -135,7 +135,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable22']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -199,7 +199,7 @@ jobs:
matrix:
php-versions: ['7.4', '8.0']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable22']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}