Skip to content

Commit

Permalink
NC 29 compat
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Windey <ro.windey@gmail.com>
  • Loading branch information
R0Wi committed Dec 31, 2023
1 parent 0fa8487 commit c40b262
Show file tree
Hide file tree
Showing 13 changed files with 437 additions and 28,185 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.1']
databases: ['sqlite']
server-versions: ['stable28']
server-versions: ['master']

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 @@ -16,7 +16,7 @@ jobs:

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

name: php${{ matrix.php-versions }}-LINT
steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0', '8.1','8.2']
php-versions: ['8.1','8.2', '8.3']
databases: ['sqlite']
server-versions: ['stable28']
server-versions: ['master']

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

Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0', '8.1','8.2']
php-versions: ['8.1','8.2', '8.3']
databases: ['mysql']
server-versions: ['stable28']
server-versions: ['master']

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

Expand Down Expand Up @@ -137,9 +137,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0', '8.1','8.2']
php-versions: ['8.1','8.2', '8.3']
databases: ['pgsql']
server-versions: ['stable28']
server-versions: ['master']

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
APP_NAME: files_photospheres
NC_REF: stable28
NC_REF: master
NC_BIND: 'localhost:8080'
NODE_VER: 16
DB_USER: root
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
[![codecov](https://codecov.io/gh/nextcloud/files_photospheres/branch/master/graph/badge.svg)](https://codecov.io/gh/nextcloud/files_photospheres)
![Lint](https://github.com/nextcloud/files_photospheres/workflows/Lint/badge.svg)
[![Generic badge](https://img.shields.io/github/v/release/nextcloud/files_photospheres)](https://github.com/nextcloud/files_photospheres/releases)
[![Generic badge](https://img.shields.io/badge/Nextcloud-28-orange)](https://github.com/nextcloud/server)
[![Generic badge](https://img.shields.io/badge/Nextcloud-29-orange)](https://github.com/nextcloud/server)


Nextcloud app for viewing Google PhotoSphere 360° images (panorama-images). This app is based on
the [photo-sphere-viewer.js](https://photo-sphere-viewer.js.org/) library. For
360° videos the library [marzipano](https://www.marzipano.net/) is used.

**This version is tested for Nextcloud 28.**
**This version is tested for Nextcloud 29.**

## Table of contents

Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
integrating the photo-sphere-viewer.js component
into your nextcloud instance.
]]></description>
<version>1.28.0</version>
<version>1.29.0</version>
<licence>agpl</licence>
<author mail="ro.windey@gmail.com" >Robin Windey</author>
<namespace>Files_PhotoSpheres</namespace>
Expand All @@ -18,8 +18,8 @@
<repository>https://github.com/nextcloud/files_photospheres.git</repository>
<screenshot>https://user-images.githubusercontent.com/19730957/53694835-62a68a80-3db4-11e9-8c60-4ebdc02566d6.jpg</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
<php min-version="8.0" max-version="8.2"/>
<nextcloud min-version="29" max-version="29"/>
<php min-version="8.1" max-version="8.3"/>
</dependencies>
<types>
<dav/>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=8.0 <=8.2"
"php": ">=8.1 <=8.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c40b262

Please sign in to comment.