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 d3c2a43 commit 5cb64c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
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: polls
use-rest-module: true
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.3.4 (Unreleased)
----------------------
- Enh #127: Tests for `next` version

1.3.1 (May 26, 2023)
--------------------
- Fix #123: Fix double insertion of answers
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": "Polls",
"description": "Empower your users to create polls and survey to drive engagement and gather valuable insights from your community.",
"keywords": ["poll", "voting", "decision making"],
"version": "1.3.3",
"version": "1.3.4",
"humhub": {
"minVersion": "1.14"
},
Expand Down

0 comments on commit 5cb64c2

Please sign in to comment.