Skip to content

Commit

Permalink
Merge pull request #36 from humhub-contrib/enh/next-tests
Browse files Browse the repository at this point in the history
Tests for `next` version
  • Loading branch information
luke- committed Sep 21, 2023
2 parents 54ac321 + f18d884 commit 58588b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/php-test-next.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"widget",
"dashboard"
],
"version": "1.0.15",
"version": "1.0.16",
"humhub": {
"minVersion": "1.8"
},
Expand Down

0 comments on commit 58588b7

Please sign in to comment.