From 4a1144b5d6527ebd3250a4663c5409a6640ed206 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 21 Sep 2023 10:53:41 +0200 Subject: [PATCH] Tests for `next` version --- .github/workflows/php-test-next.yml | 12 ++++++++++++ docs/CHANGELOG.md | 5 ++++- module.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/php-test-next.yml diff --git a/.github/workflows/php-test-next.yml b/.github/workflows/php-test-next.yml new file mode 100644 index 0000000..d99f998 --- /dev/null +++ b/.github/workflows/php-test-next.yml @@ -0,0 +1,12 @@ +name: PHP Codeception Tests - next + +on: + push: + schedule: + - cron: "0 0 * * 0" + +jobs: + tests: + uses: humhub/actions/.github/workflows/module-tests-next.yml@main + with: + module-id: legal diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e5abbd3..d4ec5bf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.4.1 (Unreleased) +---------------------- +- Enh #64: Tests for `next` version + 1.4.0 (June 27, 2023) --------------------- - Fix #59: Changed HumHub v1.14 deprecated methods @@ -114,4 +118,3 @@ Changelog 1.0.0 (May 15, 2018) ----------------------- - Enh: Initial release - diff --git a/module.json b/module.json index a94a988..b1f0bca 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "Legal Tools", "description": "Adds several editable legal options, like an imprint and a privacy policy.", "keywords": ["legal"], - "version": "1.4.0", + "version": "1.4.1", "humhub": { "minVersion": "1.14" },