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 f7fa344 commit de266f8
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: questions
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.4 (Unreleased)
----------------------
- Enh #17: Tests for `next` version

1.0.3 (September 19, 2023)
--------------------------
- Fix #11: Changed Form Sort Order
Expand Down
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": "Q&A",
"description": "Elevate your knowledge sharing experience by enabling users to ask questions and upvote the most helpful answers.",
"keywords": ["Q&A", "questions answers"],
"version": "1.0.3",
"version": "1.0.4",
"humhub": {
"minVersion": "1.14"
},
Expand Down

0 comments on commit de266f8

Please sign in to comment.