Skip to content

Commit

Permalink
clarify package.json, improve release action, bump max NC version, re…
Browse files Browse the repository at this point in the history
…move DB dependencies

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Nov 12, 2021
1 parent ea752a7 commit 441d7c5
Show file tree
Hide file tree
Showing 4 changed files with 22,376 additions and 28,418 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use Node 14
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14

- name: Set up npm
run: npm i -g npm

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<summary>Integration of SuiteCRM Customer Relationship Management application</summary>
<description><![CDATA[SuiteCRM integration provides a dashboard widget displaying your important notifications,
a search provider for content and notifications for activity in SuiteCRM.]]></description>
<version>1.0.2</version>
<version>1.0.3</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>SuiteCRM</namespace>
Expand All @@ -18,10 +18,7 @@
<bugs>https://github.com/eneiluj/integration_suitecrm/issues</bugs>
<screenshot>https://github.com/eneiluj/integration_suitecrm/raw/master/img/screenshot1.jpg</screenshot>
<dependencies>
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>
<nextcloud min-version="22" max-version="23"/>
<nextcloud min-version="22" max-version="24"/>
</dependencies>
<background-jobs>
<job>OCA\SuiteCRM\BackgroundJob\CheckAlerts</job>
Expand Down
Loading

0 comments on commit 441d7c5

Please sign in to comment.