Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-02-01 14:03:59 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-02-05 17:37:48 +0300
commitcc520ffc1bfc7cdb593e801d65a8b63caa212390 (patch)
treee3e08deb2dd4095f43c3fc4db4c733790634bf92
parent56134560c84e4d96dd28d8d4564e64303f3910b3 (diff)
Add support for php v8.1
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f7c5768..91cc94a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.3', '7.4', '8.0']
+ php-versions: ['7.3', '7.4', '8.0', '8.1']
name: php${{ matrix.php-versions }}
steps:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 91b470d..07ccaac 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,7 +24,7 @@ The first time you install this app, before using a cron job, you properly want
<filesystem/>
</types>
<dependencies>
- <php min-version="7.3" max-version="8.0" />
+ <php min-version="7.3" max-version="8.1" />
<nextcloud min-version="21" max-version="24" />
</dependencies>