From d482dc9850db40994b335da8d3a959be2851041b Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 21 Sep 2023 09:56:04 +0200 Subject: [PATCH] Tests for `next` version --- .github/workflows/php-test-next.yml | 12 ++++++++++++ docs/CHANGELOG.md | 1 + module.json | 4 ++-- 3 files changed, 15 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..540a98c --- /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: content-bookmarks diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fd7661f..46efc2d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ Changelog --------------------- - Fix: Translation category for 'You didn\'t save any content yet!' - Enh: Improvement and addition of French translations +- Enh #23: Tests for `next` version 1.0.1 (June 13, 2021) diff --git a/module.json b/module.json index 59a2d2f..e9a69cf 100644 --- a/module.json +++ b/module.json @@ -5,9 +5,9 @@ "keywords": [ "content bookmarks" ], - "version": "1.0.1", + "version": "1.0.2", "humhub": { "minVersion": "1.8" }, "homepage": "https://github.com/humhub/content-bookmarks" -} \ No newline at end of file +}