diff --git a/.github/workflows/php-test-next.yml b/.github/workflows/php-test-next.yml new file mode 100644 index 0000000..451201f --- /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: cfiles + use-rest-module: true diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 98faf03..26ba6cc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +0.16.3 - Unreleased +----------------------- +- Enh #194: Tests for `next` version + 0.16.2 - September 4, 2023 --------------------------- - Enh #178: Use new content state service diff --git a/module.json b/module.json index d22aeaf..c5ac5a1 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ "organisation", "sharing" ], - "version": "0.16.2", + "version": "0.16.3", "humhub": { "minVersion": "1.14" },