From 5cb64c2fa0f6ad13d0b46f6005f37673098d318c Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 21 Sep 2023 11:20:09 +0200 Subject: [PATCH] Tests for `next` version --- .github/workflows/php-test-next.yml | 13 +++++++++++++ docs/CHANGELOG.md | 4 ++++ module.json | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) 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..071abe7 --- /dev/null +++ b/.github/workflows/php-test-next.yml @@ -0,0 +1,13 @@ +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: polls + use-rest-module: true diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 36619d3..f86b9fe 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.3.4 (Unreleased) +---------------------- +- Enh #127: Tests for `next` version + 1.3.1 (May 26, 2023) -------------------- - Fix #123: Fix double insertion of answers diff --git a/module.json b/module.json index 2a25ea7..72ed5a6 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "Polls", "description": "Empower your users to create polls and survey to drive engagement and gather valuable insights from your community.", "keywords": ["poll", "voting", "decision making"], - "version": "1.3.3", + "version": "1.3.4", "humhub": { "minVersion": "1.14" },