diff --git a/.github/workflows/php-test-next.yml b/.github/workflows/php-test-next.yml new file mode 100644 index 00000000..ac7130f1 --- /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: tasks + use-rest-module: true diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 96bfb064..e3055eba 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ Changelog - Fix #232: Set All Icons color to @text-color-main (#555) - Fix #234: Fix using of Yii on view files - Fix #236: Fix pagination design +- Enh #238: Tests for `next` version 1.8.1 (May 1, 2023) -------------------