Skip to content

Commit

Permalink
Prepare for NC30
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Windey <[email protected]>
  • Loading branch information
R0Wi committed Jun 9, 2024
1 parent 0f2a64a commit 414949c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: make appstore

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: files_photospheres.tar.gz
path: build/artifacts/appstore/files_photospheres.tar.gz
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: ['8.3']
databases: ['sqlite']
server-versions: ['master']

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: make coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./apps/${{ env.APP_NAME }}/coverage.xml
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-29-orange)](https://github.com/nextcloud/server)
[![Generic badge](https://img.shields.io/badge/Nextcloud-30-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 29.**
**This version is tested for Nextcloud 30.**

## Table of contents

Expand Down
4 changes: 2 additions & 2 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.29.0</version>
<version>1.30.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Robin Windey</author>
<namespace>Files_PhotoSpheres</namespace>
Expand All @@ -18,7 +18,7 @@
<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="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
<php min-version="8.1" max-version="8.3"/>
</dependencies>
<types>
Expand Down

0 comments on commit 414949c

Please sign in to comment.