Skip to content

Commit

Permalink
Merge pull request #64 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- authored Sep 21, 2023
2 parents cf4521e + 4a1144b commit bd919d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
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: legal
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.4.1 (Unreleased)
----------------------
- Enh #64: Tests for `next` version

1.4.0 (June 27, 2023)
---------------------
- Fix #59: Changed HumHub v1.14 deprecated methods
Expand Down Expand Up @@ -114,4 +118,3 @@ Changelog
1.0.0 (May 15, 2018)
-----------------------
- Enh: Initial release

2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Legal Tools",
"description": "Adds several editable legal options, like an imprint and a privacy policy.",
"keywords": ["legal"],
"version": "1.4.0",
"version": "1.4.1",
"humhub": {
"minVersion": "1.14"
},
Expand Down

0 comments on commit bd919d2

Please sign in to comment.