Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stable22 target versions
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jun 24, 2021
commit 95a378af85507252131c62a91342f8bd84a2fcf3
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable22
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -36,7 +36,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable22
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -64,7 +64,7 @@ steps:
image: nextcloudci/php7.4:2
environment:
APP_NAME: firstrunwizard
CORE_BRANCH: master
CORE_BRANCH: stable22
DB: sqlite
commands:
# Pre-setup steps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
server-versions: ['master']
server-versions: ['stable22']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down