Skip to content

Commit

Permalink
Feature default NC27
Browse files Browse the repository at this point in the history
Signed-off-by: staticdev <staticdev-support@proton.me>
  • Loading branch information
staticdev committed Jun 23, 2023
1 parent 7149b26 commit 97dfafd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
distro: [debian11, debian10, ubuntu2204, ubuntu2004]
nc_version: [latest, nc25, nc24]
nc_version: [latest, nc26, nc25]

steps:
- name: Check out the repository
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Plugins and modules within a collection may be tested with only specific Ansible

## Python Support

* Collection tested on 3.10+
* Collection tested on 3.11+

## Supported nextcloud version

This collection supports Nextcloud versions: `24`, `25`, `26 (latest)`
This collection supports Nextcloud versions: `25`, `26`, `27 (latest)`

## Included content

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
vars:
nextcloud_version_channel: "releases"
nextcloud_get_latest: true
nextcloud_version_major: 24
nextcloud_version_major: 26
nextcloud_apps:
calendar:
contacts:
source: "https://github.com/nextcloud-releases/contacts/releases/download/v4.2.5/contacts-v4.2.5.tar.gz"
source: "https://github.com/nextcloud-releases/contacts/releases/download/v5.0.2/contacts-v5.0.2.tar.gz"
conf:
var_1: "no"
passwords:
Expand Down

0 comments on commit 97dfafd

Please sign in to comment.