From f18d884980a8db413b61353ee7e162e08780f703 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 21 Sep 2023 08:19:45 +0200 Subject: [PATCH] Tests for `next` version --- .github/workflows/php-test-next.yml | 12 ++++++++++++ docs/CHANGELOG.md | 4 ++++ module.json | 2 +- 3 files changed, 17 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..2ac721e --- /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: birthday diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 88b58fa..174f5f9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.0.16 - Unreleased +----------------------- +- Enh #36: Tests for `next` version + 1.0.15 - April 14, 2022 ----------------------- - Fix #25: Fix tests diff --git a/module.json b/module.json index dff9768..ba294a0 100644 --- a/module.json +++ b/module.json @@ -7,7 +7,7 @@ "widget", "dashboard" ], - "version": "1.0.15", + "version": "1.0.16", "humhub": { "minVersion": "1.8" },