Skip to content

Commit

Permalink
Merge pull request #23 from humhub/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 2662115 + d482dc9 commit 0b9d995
Show file tree
Hide file tree
Showing 3 changed files with 15 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: content-bookmarks
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
---------------------
- Fix: Translation category for 'You didn\'t save any content yet!'
- Enh: Improvement and addition of French translations
- Enh #23: Tests for `next` version


1.0.1 (June 13, 2021)
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"content bookmarks"
],
"version": "1.0.1",
"version": "1.0.2",
"humhub": {
"minVersion": "1.8"
},
"homepage": "https://github.com/humhub/content-bookmarks"
}
}

0 comments on commit 0b9d995

Please sign in to comment.