Skip to content

Commit

Permalink
Merge pull request #751 from matiasdelellis/bump29
Browse files Browse the repository at this point in the history
Enable NC29 and bump tests
  • Loading branch information
matiasdelellis authored May 16, 2024
2 parents 7a7da61 + 2fa9b08 commit 6689358
Show file tree
Hide file tree
Showing 10 changed files with 1,174 additions and 1,677 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['mysql']
server-versions: ['stable27']
server-versions: ['stable28']

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['stable27', 'stable28']
server-versions: ['stable28', 'stable29']

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: ['dev-stable27']
ocp-version: ['dev-stable28']
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<screenshot>https://matiasdelellis.github.io/img/facerecognition/facerecognition-assign-initial-name.jpeg</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="27" max-version="28"/>
<nextcloud min-version="28" max-version="29"/>
</dependencies>
<repair-steps>
<uninstall>
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
],
"config": {
"platform": {
"php": "7.4"
"php": "8.0"
}
},
"require": {
"php": ">=7.4",
"symfony/console": "^5.3"
"php": ">=8.0"
},
"require-dev": {
"nextcloud/ocp": "dev-stable26",
"nextcloud/ocp": "dev-stable28",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.10",
"scrutinizer/ocular": "^1.8",
Expand Down
Loading

0 comments on commit 6689358

Please sign in to comment.