Skip to content

Commit

Permalink
NC23 compat (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi authored Dec 3, 2021
1 parent 76078c7 commit 05e2509
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable22']
server-versions: ['stable23']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-COVERAGE

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable22']
server-versions: ['stable23']

steps:
- name: Checkout server
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable22']
server-versions: ['stable23']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8.0']
databases: ['mysql']
server-versions: ['stable22']
server-versions: ['stable23']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['pgsql']
server-versions: ['stable22']
server-versions: ['stable23']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/R0Wi/workflow_ocr/branch/master/graph/badge.svg)](https://codecov.io/gh/R0Wi/workflow_ocr)
![Lint](https://github.com/R0Wi/workflow_ocr/workflows/Lint/badge.svg)
[![Generic badge](https://img.shields.io/github/v/release/R0Wi/workflow_ocr)](https://github.com/R0Wi/workflow_ocr/releases)
[![Generic badge](https://img.shields.io/badge/Nextcloud-22-orange)](https://github.com/nextcloud/server)
[![Generic badge](https://img.shields.io/badge/Nextcloud-23-orange)](https://github.com/nextcloud/server)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<summary>OCR processing via workflow</summary>
<description>This app makes it possible to process various files via OCR algorithms.
The processing is done via workflow-engine and can therefore easily be customized.</description>
<version>1.22.0</version>
<version>1.23.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Robin Windey</author>
<namespace>WorkflowOcr</namespace>
Expand All @@ -22,6 +22,6 @@
<repository type="git">https://github.com/R0Wi/workflow_ocr.git</repository>
<screenshot>https://github.com/R0Wi/workflow_ocr/blob/eb2d65e9610406bbab22c4c8dda1cea015b5c791/doc/img/usage_1.jpg?raw=true</screenshot>
<dependencies>
<nextcloud min-version="22" max-version="22" />
<nextcloud min-version="23" max-version="23" />
</dependencies>
</info>

0 comments on commit 05e2509

Please sign in to comment.