Skip to content

Commit

Permalink
Add PHP8.3 support to NC28 version (#253)
Browse files Browse the repository at this point in the history
* Fixes #251
  • Loading branch information
R0Wi committed Jun 2, 2024
1 parent 1d2e41e commit 59b16fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']

name: php${{ matrix.php-versions }}-LINT
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
databases: ['mysql']
server-versions: ['stable28']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ocp-version: [ 'dev-stable28' ]
php-version: [ '8.0', '8.1', '8.2' ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]

name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<screenshot>https://github.com/R0Wi/workflow_ocr/blob/eb2d65e9610406bbab22c4c8dda1cea015b5c791/doc/img/usage_1.jpg?raw=true</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
<php min-version="8.0" max-version="8.2"/>
<php min-version="8.0" max-version="8.3"/>
</dependencies>
</info>

0 comments on commit 59b16fa

Please sign in to comment.