From 8b210d8242a948eb974f5a6169fe8814e68030ec Mon Sep 17 00:00:00 2001 From: staticdev Date: Mon, 19 Jun 2023 18:41:32 +0200 Subject: [PATCH] Feature default NC27 Signed-off-by: staticdev --- .github/workflows/tests.yml | 2 +- README.md | 4 ++-- molecule/default/latest-converge.yml | 2 +- molecule/default/{nc24-converge.yml => nc26-converge.yml} | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename molecule/default/{nc24-converge.yml => nc26-converge.yml} (88%) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cb53a61..ce967ddc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index 5fa766ec..a20957c1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/molecule/default/latest-converge.yml b/molecule/default/latest-converge.yml index f9c4b43b..63e194ab 100644 --- a/molecule/default/latest-converge.yml +++ b/molecule/default/latest-converge.yml @@ -15,7 +15,7 @@ nextcloud_apps: calendar: contacts: - source: "https://github.com/nextcloud-releases/contacts/releases/download/v5.3.1/contacts-v5.3.1.tar.gz" + source: "https://github.com/nextcloud-releases/contacts/releases/download/v5.3.2/contacts-v5.3.2.tar.gz" conf: var_1: "no" passwords: diff --git a/molecule/default/nc24-converge.yml b/molecule/default/nc26-converge.yml similarity index 88% rename from molecule/default/nc24-converge.yml rename to molecule/default/nc26-converge.yml index 2400b2cd..adff4c44 100644 --- a/molecule/default/nc24-converge.yml +++ b/molecule/default/nc26-converge.yml @@ -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: