diff --git a/.github/workflows/php-test-next.yml b/.github/workflows/php-test-next.yml new file mode 100644 index 00000000..4df4f140 --- /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: custom_pages + install-composer: true diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7e9d99ca..0e153106 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ Changelog - Enh #287: Add Support `Custom Pages Without adding to navigation` for Space - Fix #291: Fix broken URL in email footer - Fix #293: Initialize module content class +- Enh #301: Tests for `next` version 1.9.3 (June 13, 2023) ---------------------