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" },