Skip to content

Commit

Permalink
Merge pull request #1413 from nextcloud/update-stable21-target-versions
Browse files Browse the repository at this point in the history
Update stable21 target versions
  • Loading branch information
juliusknorr authored Feb 3, 2021
2 parents b095cab + caacc39 commit 783bc56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master
CORE_BRANCH: stable21
DB: sqlite
commands:
- composer install
Expand All @@ -28,7 +28,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master
CORE_BRANCH: stable21
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
Expand Down Expand Up @@ -61,7 +61,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master
CORE_BRANCH: stable21
DB: mysql
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
Expand Down Expand Up @@ -92,7 +92,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master
CORE_BRANCH: stable21
DB: postgres
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 }}

Expand Down

0 comments on commit 783bc56

Please sign in to comment.