Skip to content

Commit

Permalink
Tests for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Sep 21, 2023
1 parent 4ad0568 commit 3b2e73b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/php-test-next.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------
Expand Down

0 comments on commit 3b2e73b

Please sign in to comment.